mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
fixed -w for 32bit
This commit is contained in:
parent
45058a2e2c
commit
12066c924e
|
@ -235,7 +235,7 @@ void futurerestore::waitForNonce(){
|
|||
vector<const char*>nonces;
|
||||
|
||||
for (auto im4m : _im4ms){
|
||||
nonces.push_back(getNonceFromIM4M(im4m,&nonceSize));
|
||||
nonces.push_back(_is32bit ? getNonceFromSCAB(im4m,&nonceSize) : getNonceFromIM4M(im4m,&nonceSize));
|
||||
}
|
||||
|
||||
waitForNonce(nonces,nonceSize);
|
||||
|
|
Loading…
Reference in a new issue