diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/AFC.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -213,7 +213,7 @@ int iphone_afc_get_errno(iphone_afc_client_t client) | |||
| 213 | * reason is that if you set them to different values, it indicates | 213 | * reason is that if you set them to different values, it indicates |
| 214 | * you want to send the data as two packets. | 214 | * you want to send the data as two packets. |
| 215 | */ | 215 | */ |
| 216 | static int dispatch_AFC_packet(iphone_afc_client_t client, const char *data, int length) | 216 | static int dispatch_AFC_packet(iphone_afc_client_t client, const char *data, uint64_t length) |
| 217 | { | 217 | { |
| 218 | int bytes = 0, offset = 0; | 218 | int bytes = 0, offset = 0; |
| 219 | char *buffer; | 219 | char *buffer; |
