RomList: Another one in a trace message

This commit is contained in:
Vincent Cunningham 2021-03-03 19:53:13 -05:00
parent 563ee060dd
commit a4bb7f588f
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ void CRomList::FillRomList(strlist & FileList, const char * Directory)
}
catch (...)
{
WriteTrace(TraceUserInterface, TraceError, "exception processing %s", (LPCSTR)SearchPath);
WriteTrace(TraceUserInterface, TraceError, "exception processing %s", (LPCSTR)SearchDir);
}
}
#endif