From 3495adc8b576f9bf93620e7ffa0c476d2b8aeaa3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 5 Feb 2012 16:35:44 +0100 Subject: Fix a typo which prevented local shsh files from being loaded --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 3abb3f5..3b67175 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -892,7 +892,7 @@ int get_shsh_blobs(struct idevicerestore_client_t* client, uint64_t ecid, unsign plist_t response = NULL; *tss = NULL; - if ((client->build[0] <= 8) || (client->flags & FLAG_CUSTOM)) { + if ((client->build[0] <= '8') || (client->flags & FLAG_CUSTOM)) { error("checking for local shsh\n"); /* first check for local copy */ -- cgit v1.1-32-gdbae