fixed issue when loading latest baseband

This commit is contained in:
tihmstar 2017-01-08 10:45:57 +01:00
parent 8ae84f60c4
commit 0f9d568001

View file

@ -656,7 +656,8 @@ void futurerestore::loadLatestBaseband(){
if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH)) if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH))
reterror(-32, "could not download baseband\n"); reterror(-32, "could not download baseband\n");
saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH); saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH);
setBasebandManifestPath(BASEBAND_TMP_PATH); setBasebandManifestPath(BASEBAND_MANIFEST_TMP_PATH);
setBasebandPath(BASEBAND_TMP_PATH);
} }
void futurerestore::loadLatestSep(){ void futurerestore::loadLatestSep(){