mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
gnss: flush tmp_file after downloading gpsOneXtra data
This commit is contained in:
@@ -238,7 +238,10 @@ static void fetch_assistance_data(struct EG25Manager *manager)
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_message("Fetching GNSS assistance data from %s was successfull", url);
|
g_message("Fetching GNSS assistance data from %s was successfull", url);
|
||||||
|
|
||||||
|
fflush(tmp_file);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
|
g_free(url);
|
||||||
|
|
||||||
/* Go to the next step */
|
/* Go to the next step */
|
||||||
manager->gnss_assistance_step++;
|
manager->gnss_assistance_step++;
|
||||||
|
Reference in New Issue
Block a user