1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix link for the updates

This commit is contained in:
Mathieu Schroeter 2017-08-19 19:32:17 +02:00
parent 6719cb1cab
commit fc548fdf48

View File

@ -478,7 +478,7 @@ CheckForUpdates ()
curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, updateCallback);
curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet");
curl_easy_setopt (curl, CURLOPT_URL, "http://blupi.org/update/planet.json");
curl_easy_setopt (curl, CURLOPT_WRITEDATA, (void *) &chunk);
chunk.status = curl_easy_perform (curl);