From 4697b70a0110d15c2a79804e1e2e2fcf7a3b3ec5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 21 Jun 2009 23:06:30 +0200 Subject: [PATCH] Silence compiler warning for dispatch_AFC_packet() --- src/AFC.c | 2 +- 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) * reason is that if you set them to different values, it indicates * you want to send the data as two packets. */ -static int dispatch_AFC_packet(iphone_afc_client_t client, const char *data, int length) +static int dispatch_AFC_packet(iphone_afc_client_t client, const char *data, uint64_t length) { int bytes = 0, offset = 0; char *buffer; -- 1.6.0.2