mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-20 04:33:43 +08:00
Simply return message when not found.
This commit is contained in:
@@ -124,7 +124,7 @@ const char * MSG_Get(char const * msg) {
|
||||
return (*tel).val.c_str();
|
||||
}
|
||||
}
|
||||
return "Message not Found!\n";
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user