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 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 */