diff options
Diffstat (limited to 'games/daimonin/files/extra-patch-src-wrapper.c')
-rw-r--r-- | games/daimonin/files/extra-patch-src-wrapper.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/daimonin/files/extra-patch-src-wrapper.c b/games/daimonin/files/extra-patch-src-wrapper.c deleted file mode 100644 index d62e3b83331e..000000000000 --- a/games/daimonin/files/extra-patch-src-wrapper.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../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; - } |