diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index 6141e7d0..f839a3b0 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -64,7 +64,7 @@ futurerestore::futurerestore(){ struct stat st{0}; if (stat(FUTURERESTORE_TMP_PATH, &st) == -1) __mkdir(FUTURERESTORE_TMP_PATH, 0755); - if (!_client->image4supported){ + if (!is_image4_supported(_client)){ info("[INFO] 32bit device detected\n"); }