]> git.saurik.com Git - backport.git/commitdiff
Give the correct Android bug #9950697 to bug "B". v0.9.4
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 2 Nov 2013 00:07:35 +0000 (17:07 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 2 Nov 2013 00:07:35 +0000 (17:07 -0700)
src/com/saurik/backport/Hook.java

index d1eb9504a0634e315172b28950fdbf2686881c91..292ba61a514dc041197a1afea16c6ab45bcec1ea 100644 (file)
@@ -143,7 +143,7 @@ public class Hook {
 
                         int length = raf.readShort() & 0xffff;
                         if (length != ZipEntry$nameLen.getInt(entry))
 
                         int length = raf.readShort() & 0xffff;
                         if (length != ZipEntry$nameLen.getInt(entry))
-                            throw new ZipException("bug #sauriks [" + thiz.getName() + "]");
+                            throw new ZipException("bug #9950697 [" + thiz.getName() + "]");
 
                         if ((raf.readShort() & 0x0080) != 0)
                             throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
 
                         if ((raf.readShort() & 0x0080) != 0)
                             throw new ZipException("bug #9695860 [" + thiz.getName() + "]");