1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Fix #5081: Crash on fetching server list

This commit is contained in:
Marijn van der Werf
2017-01-16 15:29:49 +01:00
committed by Ted John
parent b230909097
commit 24f9a0c0ef

View File

@@ -151,7 +151,7 @@ http_response_t *http_request(const http_request_t *request)
return NULL;
}
sint32 httpStatusCode;
long httpStatusCode;
curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpStatusCode);
char* contentType;