further work on launcher

This commit is contained in:
milek7
2019-08-21 17:18:39 +02:00
parent 878b8621f0
commit 2bcdb36df1
13 changed files with 269 additions and 98 deletions

View File

@@ -436,9 +436,9 @@ erase_leading_slashes( std::string &Filename ) {
void
replace_slashes( std::string &Filename ) {
std::replace(
std::begin( Filename ), std::end( Filename ),
'\\', '/' );
std::replace(
std::begin( Filename ), std::end( Filename ),
'\\', '/' );
}
// returns potential path part from provided file name