diff options
Diffstat (limited to 'graphics/devil/files/patch-50')
-rw-r--r-- | graphics/devil/files/patch-50 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/devil/files/patch-50 b/graphics/devil/files/patch-50 deleted file mode 100644 index 47a23359d544..000000000000 --- a/graphics/devil/files/patch-50 +++ /dev/null @@ -1,14 +0,0 @@ -See https://sourceforge.net/p/openil/patches/50/ - ---- src-IL/src/il_targa.c (revision 1678) -+++ src-IL/src/il_targa.c (working copy) -@@ -219,6 +219,9 @@ - ilSetError(IL_ILLEGAL_FILE_VALUE); - return IL_FALSE; - } -+ -+ if (bTarga==IL_FALSE) -+ return IL_FALSE; - - // @JASON Extra Code to manipulate the image depending on - // the Image Descriptor's origin bits. |