diff --git a/source/arm11/acl.c b/source/arm11/acl.c index d8954aa..a199f37 100644 --- a/source/arm11/acl.c +++ b/source/arm11/acl.c @@ -157,7 +157,7 @@ static int32_t bin_search( FHandle fd, acl_text_t game ) log("2"); int start = 0, end = gblcht.serc - 1; size = ACL_SERIAL_LEN(1); - int found = -1; + int found = -1;log("3"); while( start <= end ) { int mid = (start+end) >> 1; @@ -173,7 +173,7 @@ log("2"); } else end = mid - 1; } - free( serials ); + free( serials );log("4"); return found < 0 ? -ACHTLIB_NOT_FOUND : found; }