mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-08 20:25:30 +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
|
//make sure it get's freed after function finishes execution by either reaching end or throwing exception
|
||||||
ptr_smart<const char*>autofree(versVals.version);
|
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");
|
if (!__latestFirmwareUrl) reterror(-21, "could not find url of latest firmware\n");
|
||||||
|
|
||||||
__latestManifest = getBuildManifest(__latestFirmwareUrl, device, versVals.version, 0);
|
__latestManifest = getBuildManifest(__latestFirmwareUrl, device, versVals.version, 0);
|
||||||
|
|
Loading…
Reference in a new issue