]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 22 May 2006 20:57:42 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm-copyprotection.patch -> 1.2

scummvm-copyprotection.patch [deleted file]

diff --git a/scummvm-copyprotection.patch b/scummvm-copyprotection.patch
deleted file mode 100644 (file)
index 0b075c6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ruN scummvm-0.8.0./simon/simon.cpp scummvm-0.8.0/simon/simon.cpp
---- scummvm-0.8.0./simon/simon.cpp     2005-10-23 15:45:10.000000000 +0200
-+++ scummvm-0.8.0/simon/simon.cpp      2005-10-31 20:11:43.200089576 +0100
-@@ -345,11 +345,6 @@
-                               sprintf(md5str + j*2, "%02x", (int)md5sum[j]);
-                       }
--                      for (j = 0; j < 3; j++) {
--                              if (!strcmp(md5str, bad_versions[j]))
--                                      error("Cracked versions aren't supported");
--                      }
--
-                       printf("%s  %s\n", md5str, buf);
-                       const MD5Table *elem;
-                       elem = (const MD5Table *)bsearch(md5str, md5table, ARRAYSIZE(md5table)-1, sizeof(MD5Table), compareMD5Table);
This page took 0.034217 seconds and 4 git commands to generate.