Rest of s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
This commit is contained in:
@@ -80,7 +80,7 @@ static void ChangeToDirOfExecutable(const char *argv0)
|
||||
unsigned n = dir.find_last_of("/\\");
|
||||
if (n != dir.npos) dir.erase(n);
|
||||
|
||||
chdir( dir.GetString() );
|
||||
chdir( dir.c_str() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user