Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6bf98ccdca
@ -144,7 +144,7 @@ void Client::Initialise(std::string proxyString)
|
||||
stampsLib.close();
|
||||
|
||||
//Begin version check
|
||||
versionCheckRequest = http_async_req_start(NULL, SERVER "/Startup.json", NULL, 0, 0);
|
||||
versionCheckRequest = http_async_req_start(NULL, "http://" SERVER "/Startup.json", NULL, 0, 0);
|
||||
|
||||
if(authUser.ID)
|
||||
{
|
||||
@ -643,7 +643,7 @@ void Client::Tick()
|
||||
if(data)
|
||||
free(data);
|
||||
}
|
||||
else
|
||||
else if(data)
|
||||
{
|
||||
std::istringstream dataStream(data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user