mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Two fixes for the 'char* to std::string' PR #687
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user