mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Fix some goofs
This commit is contained in:
parent
03caf27d92
commit
48b2112af7
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ HMS_connect (const char *format, ...)
|
|||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, HMS_on_read);
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, buffer);
|
||||
|
||||
free(url);
|
||||
Z_Free(url);
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
@ -389,7 +389,7 @@ HMS_fetch_servers (msg_server_t *list, int room_number)
|
|||
if (HMS_do(hms))
|
||||
{
|
||||
snprintf(local_version, sizeof local_version,
|
||||
"%d.%d.%d\n",
|
||||
"%d.%d.%d",
|
||||
VERSION/100,
|
||||
VERSION%100,
|
||||
SUBVERSION
|
||||
|
|
Loading…
Reference in a new issue