androiddump: Fix printf format for size_t

Change-Id: Ia4646b649881316350ee1aed7d8cc9626036dd30
Reviewed-on: https://code.wireshark.org/review/22442
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stig Bjørlykke 2017-06-28 16:14:13 +02:00 committed by Anders Broman
parent 8020be30fd
commit 064e34b215
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
#define SOCKET_CONNECT_TIMEOUT_TRIES 10
#define SOCKET_CONNECT_DELAY_US 1000 /* (1000us = 1ms) * SOCKET_CONNECT_TIMEOUT_TRIES (10) = 10ms worst-case */
#define ADB_HEX4_FORMAT "%04lx"
#define ADB_HEX4_FORMAT "%04zx"
#define ADB_HEX4_LEN 4
enum exit_code {