diff options
Diffstat (limited to 'community/unshield/libunshield.c.patch')
-rw-r--r-- | community/unshield/libunshield.c.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/unshield/libunshield.c.patch b/community/unshield/libunshield.c.patch deleted file mode 100644 index e78395e20..000000000 --- a/community/unshield/libunshield.c.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200 -+++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200 -@@ -271,6 +271,9 @@ - - header->major_version = (header->common.version >> 12) & 0xf; - -+ if (header->common.version == 0x020004b0) -+ header->major_version = 9; -+ - #if 0 - if (header->major_version < 5) - header->major_version = 5; |