mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
further work on launcher
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user