mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix build
This commit is contained in:
parent
6e71fa7e87
commit
d01ba897c0
|
@ -140,7 +140,7 @@ public class TFile implements Serializable, Comparable<TFile> {
|
|||
if (path.charAt(0) != separatorChar) {
|
||||
result.append(separator);
|
||||
}
|
||||
} if (fs().isWindows() && path.charAt(0) == separatorChar) {
|
||||
} else if (fs().isWindows() && path.charAt(0) == separatorChar) {
|
||||
result.setLength(3);
|
||||
}
|
||||
result.append(path);
|
||||
|
|
Loading…
Reference in New Issue
Block a user