Skip to content

Commit

Permalink
Fix installation of IPA files which are missing app directory zip fil…
Browse files Browse the repository at this point in the history
…e entry
  • Loading branch information
FunkyM committed Oct 2, 2014
1 parent ab04a35 commit e017c63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ideviceinstaller.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,6 @@ static int zip_get_app_directory(struct zip* zf, char** path)
}
} while(i < c);

/* check if the path actually exists */
int zindex = zip_name_locate(zf, *path, 0);
if (zindex < 0) {
return -1;
}

return 0;
}

Expand Down

0 comments on commit e017c63

Please sign in to comment.