mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
changed the way of detecting 32bit/64bit devices on init
This commit is contained in:
parent
364a4704d4
commit
eeefc9ef41
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue