Fix core listing in menu core.

This commit is contained in:
sorgelig
2020-07-04 06:22:02 +08:00
parent 01eac63641
commit 86688d7297

View File

@@ -332,7 +332,7 @@ static void SelectFile(const char* path, const char* pFileExt, unsigned char Opt
strcpy(selPath, get_rbf_dir());
if (strlen(get_rbf_name()))
{
strcat(selPath, "/");
if(strlen(selPath)) strcat(selPath, "/");
strcat(selPath, get_rbf_name());
}
pFileExt = "RBFMRA";