mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-21 06:11:45 +08:00
minor script update
This commit is contained in:
@@ -158,7 +158,7 @@ void LoadMessageFile(const char * fname) {
|
||||
langnote = r+1;
|
||||
*r=':';
|
||||
}
|
||||
} else if (!strncasecmp(linein+1, "MENU:", 5)) {
|
||||
} else if (!strncasecmp(linein+1, "MENU:", 5)&&strlen(linein+6)<LINE_IN_MAXLEN) {
|
||||
*name=0;
|
||||
strcpy(menu_name,linein+6);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user