summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.c')
-rw-r--r--src/AFC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AFC.c b/src/AFC.c
index 71093df..abaeb3f 100644
--- a/src/AFC.c
+++ b/src/AFC.c
@@ -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 */
216static int dispatch_AFC_packet(iphone_afc_client_t client, const char *data, int length) 216static 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;