summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/abuse/files/abuse-0.7.1-ovflfix.patch')
-rw-r--r--games-action/abuse/files/abuse-0.7.1-ovflfix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-action/abuse/files/abuse-0.7.1-ovflfix.patch b/games-action/abuse/files/abuse-0.7.1-ovflfix.patch
deleted file mode 100644
index a9ce1bc87e09..000000000000
--- a/games-action/abuse/files/abuse-0.7.1-ovflfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/imlib/loader.cpp.old 2010-11-05 17:30:54.000000000 +0100
-+++ src/imlib/loader.cpp 2010-11-05 17:31:19.000000000 +0100
-@@ -114,7 +114,7 @@
- graphics_type tell_file_type(char *filename)
- {
- FILE *fp;
-- unsigned char header[10];
-+ unsigned char header[12];
- fp=fopen(filename,"rb");
- if (!fp)
- return LOADER_not_supported;