diff options
Diffstat (limited to 'src/AFC.c')
| -rw-r--r-- | src/AFC.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -983,7 +983,7 @@ iphone_error_t iphone_afc_seek_file(iphone_afc_client_t client, iphone_afc_file_ | |||
| 983 | iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_file_t file, uint32_t newsize) | 983 | iphone_error_t iphone_afc_truncate_file(iphone_afc_client_t client, iphone_afc_file_t file, uint32_t newsize) |
| 984 | { | 984 | { |
| 985 | char *buffer = (char *) malloc(sizeof(char) * 16); | 985 | char *buffer = (char *) malloc(sizeof(char) * 16); |
| 986 | int bytes = 0; | 986 | int bytes = 0; |
| 987 | uint32 zero = 0; | 987 | uint32 zero = 0; |
| 988 | 988 | ||
| 989 | afc_lock(client); | 989 | afc_lock(client); |
