summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcmd.c')
-rw-r--r--src/emu/debug/debugcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c
index 1c3969235c0..8bf4a57ea56 100644
--- a/src/emu/debug/debugcmd.c
+++ b/src/emu/debug/debugcmd.c
@@ -2584,7 +2584,7 @@ static void execute_trace_internal(running_machine &machine, int ref, int params
return;
/* open the file */
- if (mame_stricmp(filename, "off") != 0)
+ if (core_stricmp(filename, "off") != 0)
{
mode = "w";