]> git.saurik.com Git - backport.git/commitdiff
Remove an extra '9' (silly typo) in "bug #9695860".
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 31 Jul 2013 22:16:08 +0000 (15:16 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 31 Jul 2013 22:16:08 +0000 (15:16 -0700)
src/com/saurik/backport/Hook.java

index 2ddd07ae649895cb28249e74387503b1e4177588..1744455726fe6242fc1c55e184c6b713c7e71ec4 100644 (file)
@@ -91,12 +91,12 @@ public class Hook {
                     in.skip(8);
                     for (int i = 0; i != 2; ++i)
                         if ((in.readShort() & 0x0080) != 0)
-                            throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+                            throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
 
                     in.skip(16);
                     for (int i = 0; i != 3; ++i)
                         if ((in.readShort() & 0x0080) != 0)
-                            throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+                            throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
 
                     return null;
                 }
@@ -132,11 +132,11 @@ public class Hook {
 
                         raf.skipBytes(6);
                         if ((raf.readShort() & 0x0080) != 0)
-                            throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+                            throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
 
                         raf.skipBytes(20);
                         if ((raf.readShort() & 0x0080) != 0)
-                            throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+                            throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
                     }
 
                     return invoke(thiz, args);