summaryrefslogtreecommitdiff
path: root/community/unshield/libunshield.c.patch
blob: e78395e20d2b55f557f28abdd862a10c3a9c5d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;