diff options
Diffstat (limited to 'src/ideviceinstaller.c')
| -rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 301a5b8..fbd24d0 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -926,7 +926,7 @@ run_again: | |||
| 926 | /* extract the CFBundleIdentifier from the package */ | 926 | /* extract the CFBundleIdentifier from the package */ |
| 927 | 927 | ||
| 928 | /* construct full filename to Info.plist */ | 928 | /* construct full filename to Info.plist */ |
| 929 | char *filename = (char*)malloc(strlen(appid)+10+1); | 929 | char *filename = (char*)malloc(strlen(appid)+11+1); |
| 930 | strcpy(filename, appid); | 930 | strcpy(filename, appid); |
| 931 | strcat(filename, "/Info.plist"); | 931 | strcat(filename, "/Info.plist"); |
| 932 | 932 | ||
