mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
updated to latest tsschecker
This commit is contained in:
parent
3fd52861a2
commit
5373b72ac0
|
@ -561,7 +561,7 @@ char *futurerestore::getLatestManifest(){
|
|||
//make sure it get's freed after function finishes execution by either reaching end or throwing exception
|
||||
ptr_smart<const char*>autofree(versVals.version);
|
||||
|
||||
__latestFirmwareUrl = getFirmwareUrl(device, versVals, _firmwareJson, _firmwareTokens);
|
||||
__latestFirmwareUrl = getFirmwareUrl(device, &versVals, _firmwareJson, _firmwareTokens);
|
||||
if (!__latestFirmwareUrl) reterror(-21, "could not find url of latest firmware\n");
|
||||
|
||||
__latestManifest = getBuildManifest(__latestFirmwareUrl, device, versVals.version, 0);
|
||||
|
|
Loading…
Reference in a new issue