Previous 199869 Revisions Next

r21889 Saturday 16th March, 2013 at 11:52:50 UTC by smf
revision 21548 caused "trace off" to crash with a access violation [smf]
[src/emu/debug]debugcmd.c

trunk/src/emu/debug/debugcmd.c
r21888r21889
25442544   if (!debug_command_parameter_command(machine, action = param[2]))
25452545      return;
25462546
2547   /* further validation */
2548   if (mame_stricmp(filename, "off") == 0)
2549      filename = NULL;
2550
25512547   /* open the file */
2552   if (filename)
2548   if (mame_stricmp(filename, "off") != 0)
25532549   {
25542550      mode = "w";
25552551

Previous 199869 Revisions Next


© 1997-2024 The MAME Team