1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix warning

This commit is contained in:
Mathieu Schroeter 2018-08-24 14:23:35 +02:00
parent 8b7bdec3db
commit 1d640117e5

View File

@ -1126,7 +1126,7 @@ main (int argc, char * argv[])
}
_argv.push_back (nullptr);
SDL_Log (("Reload the game from " + argv0).c_str ());
SDL_Log ("Reload the game from %s", argv0.c_str ());
execv (argv0.c_str (), const_cast<char **> (&_argv[0]));
}