From: Kahrl Date: Sun, 21 Dec 2014 12:20:42 +0000 (+0100) Subject: Fix weird (and wrong) comment in test.cpp X-Git-Tag: 0.4.11~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7109e8f9fd9e7f92396946dea3f109fe147d31f2;p=oweals%2Fminetest.git Fix weird (and wrong) comment in test.cpp --- diff --git a/src/test.cpp b/src/test.cpp index fa18989e5..c30af0d1f 100644 --- 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, false elsewhere - 3 = returns true on windows, true elsewhere + 2 = returns false on windows, true elsewhere + 3 = returns true on windows, false elsewhere 4 = returns true if and only if FILESYS_CASE_INSENSITIVE is true */