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();
|
stampsLib.close();
|
||||||
|
|
||||||
//Begin version check
|
//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)
|
if(authUser.ID)
|
||||||
{
|
{
|
||||||
@ -643,7 +643,7 @@ void Client::Tick()
|
|||||||
if(data)
|
if(data)
|
||||||
free(data);
|
free(data);
|
||||||
}
|
}
|
||||||
else
|
else if(data)
|
||||||
{
|
{
|
||||||
std::istringstream dataStream(data);
|
std::istringstream dataStream(data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user