]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-unload-keep-mapped/bundle.c
dyld-750.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-unload-keep-mapped / bundle.c
index 938ea758f3d4d96c739419d51519ca5e363ebf27..56690a786c53faa33a1f158f8d5feffb444b2317 100644 (file)
@@ -28,5 +28,5 @@ static int mydata[10];
 
 bool checkdata()
 {
-       return ( mydata[10] == 0 );
+       return ( mydata[9] == 0 );
 }