Update stratagus-game-launcher.h

This commit is contained in:
Tim Felgentreff 2023-02-24 22:26:55 +01:00 committed by GitHub
parent 6a4a19570e
commit cc9c9ee297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@ static void ExtractData(char* extractor_tool, const char *const extractor_args[]
#else
argv[0] = "-m";
argv[1] = "-d";
argv[2] = tmpp.string().c_str();
argv[2] = (char*)tmpp.string().c_str();
argv[3] = (char*)datafile.c_str();
#endif
success = runCommand(file, argv) == 0;