From 0f9d5680011359c107bee988f63de29c7d47f5d9 Mon Sep 17 00:00:00 2001 From: tihmstar Date: Sun, 8 Jan 2017 10:45:57 +0100 Subject: [PATCH] fixed issue when loading latest baseband --- futurerestore/futurerestore.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index 00c8a019..24f5b4be 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -656,7 +656,8 @@ void futurerestore::loadLatestBaseband(){ if (downloadPartialzip(getLatestFirmwareUrl(), pathStr, _basebandPath = BASEBAND_TMP_PATH)) reterror(-32, "could not download baseband\n"); saveStringToFile(manifeststr, BASEBAND_MANIFEST_TMP_PATH); - setBasebandManifestPath(BASEBAND_TMP_PATH); + setBasebandManifestPath(BASEBAND_MANIFEST_TMP_PATH); + setBasebandPath(BASEBAND_TMP_PATH); } void futurerestore::loadLatestSep(){