summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 4965ccf..c4ec2b8 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -213,7 +213,7 @@ int main(int argc, char* argv[]) {
error("ERROR: Unable to find device ECID\n");
return -1;
}
- info("Found ECID %llu\n", client->ecid);
+ info("Found ECID %llu\n", (long long unsigned int)client->ecid);
if (get_shsh_blobs(client, client->ecid, build_identity, &client->tss) < 0) {
error("ERROR: Unable to get SHSH blobs for this device\n");