Two fixes for the 'char* to std::string' PR #687

This commit is contained in:
tomcw
2019-09-15 21:24:50 +01:00
parent d2a5a6e829
commit 3264fd3ee9
2 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -5069,7 +5069,7 @@ Update_t CmdNTSC (int nArgs)
OutputDebugString( text );
sprintf( text, "Filename.length.2: %d\n", len2 );
OutputDebugString( text );
OutputDebugString( sPaletteFilePath );
OutputDebugString( sPaletteFilePath.c_str() );
#endif
// File path is too long
// TODO: Need to split very long path names