diff options
Diffstat (limited to 'games/daimonin-client/files/extra-patch-src-wrapper.c')
-rw-r--r-- | games/daimonin-client/files/extra-patch-src-wrapper.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/daimonin-client/files/extra-patch-src-wrapper.c b/games/daimonin-client/files/extra-patch-src-wrapper.c new file mode 100644 index 000000000000..d62e3b83331e --- /dev/null +++ b/games/daimonin-client/files/extra-patch-src-wrapper.c @@ -0,0 +1,11 @@ +--- ../../src/wrapper.c.orig 2010-08-22 16:53:22.000000000 -0400 ++++ ../../src/wrapper.c 2010-09-20 11:55:46.000000000 -0400 +@@ -40,7 +40,7 @@ + } + /* we log all logLevel < LOGLEVEL*/ + else if (LOGLEVEL >= 0 && +- logLevel >= LOGLEVEL) ++ logLevel > LOGLEVEL) + { + return; + } |