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