projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b10520
)
Fix weird (and wrong) comment in test.cpp
author
Kahrl
<kahrl@gmx.net>
Sun, 21 Dec 2014 12:20:42 +0000
(13:20 +0100)
committer
Kahrl
<kahrl@gmx.net>
Sun, 21 Dec 2014 12:20:42 +0000
(13:20 +0100)
src/test.cpp
patch
|
blob
|
history
diff --git
a/src/test.cpp
b/src/test.cpp
index fa18989e5dd1b5745cb59945b056f4d58fca9378..c30af0d1fbe5f6c730ca9267b38712439846c84c 100644
(file)
--- a/
src/test.cpp
+++ b/
src/test.cpp
@@
-273,8
+273,8
@@
struct TestPath: public TestBase
expected fs::PathStartsWith results
0 = returns false
1 = returns true
- 2 = returns false on windows,
fals
e elsewhere
- 3 = returns true on windows,
tru
e elsewhere
+ 2 = returns false on windows,
tru
e elsewhere
+ 3 = returns true on windows,
fals
e elsewhere
4 = returns true if and only if
FILESYS_CASE_INSENSITIVE is true
*/