Fix for Qt Ram Watch window save files to allow for max path.
This commit is contained in:
parent
8ea0a3e7e3
commit
6a2e384469
|
@ -651,11 +651,7 @@ void RamWatchDialog_t::saveListCB(void)
|
|||
|
||||
if ( saveFileName.size() > 0 )
|
||||
{
|
||||
char file[512];
|
||||
|
||||
strcpy( file, saveFileName.c_str() );
|
||||
|
||||
saveWatchFile( file );
|
||||
saveWatchFile( saveFileName.c_str() );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue