mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Don't try to parse update check response if it's NULL!
This commit is contained in:
@@ -643,7 +643,7 @@ void Client::Tick()
|
||||
if(data)
|
||||
free(data);
|
||||
}
|
||||
else
|
||||
else if(data)
|
||||
{
|
||||
std::istringstream dataStream(data);
|
||||
|
||||
|
Reference in New Issue
Block a user