mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix some goofs
This commit is contained in:
parent
7b2463a040
commit
d8334f9a8f
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…
Add table
Reference in a new issue