Fix build

This commit is contained in:
Alexey Andreev 2019-06-14 15:38:44 +03:00
parent 6e71fa7e87
commit d01ba897c0

View File

@ -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);