diff options
author | Martin Szulecki | 2009-06-21 23:06:30 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-06-21 23:06:30 +0200 |
commit | 4697b70a0110d15c2a79804e1e2e2fcf7a3b3ec5 (patch) | |
tree | 2e66c593ed19ec1bb25a8e96dfb018de0b4e1544 /src | |
parent | 773f5c797622bedbc2aed0ee8d8680e45a2807d2 (diff) | |
download | libimobiledevice-4697b70a0110d15c2a79804e1e2e2fcf7a3b3ec5.tar.gz libimobiledevice-4697b70a0110d15c2a79804e1e2e2fcf7a3b3ec5.tar.bz2 |
Silence compiler warning for dispatch_AFC_packet()
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) * 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; |