aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/fileutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/g3dlite/source/fileutils.cpp')
-rw-r--r--dep/g3dlite/source/fileutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/g3dlite/source/fileutils.cpp b/dep/g3dlite/source/fileutils.cpp
index 2788adad3bc..f5310084cec 100644
--- a/dep/g3dlite/source/fileutils.cpp
+++ b/dep/g3dlite/source/fileutils.cpp
@@ -490,7 +490,7 @@ void parseFilename(
}
- } else if ((f.size() >= 2) & isSlash(f[0]) && isSlash(f[1])) {
+ } else if ((f.size() >= 2) && isSlash(f[0]) && isSlash(f[1])) {
// e.g. //foo
root = f.substr(0, 2);