mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 11:41:51 +02:00
Fix typo
This commit is contained in:
@@ -348,7 +348,7 @@ bool Client::DoInstallation()
|
||||
#elif defined(LIN)
|
||||
#include "icondoc.h"
|
||||
|
||||
int success == 1;
|
||||
int success = 1;
|
||||
std::string filename = Platform::ExecutableName(), pathname = filename.substr(0, filename.rfind('/'));
|
||||
for (size_t i = 0; i < filename.size(); i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user