Two small bug fixes: sentence too long to be displayed and hd name displayed with too many slashes

This commit is contained in:
fabio.olimpieri 2014-11-28 23:09:57 +00:00
parent f4eca57d7b
commit 0ce3d6ef5c
2 changed files with 4 additions and 2 deletions

View File

@ -797,13 +797,15 @@ static int cfgfile_parse_host (struct uae_prefs *p, char *option, char *value)
return 1;
#ifdef GEKKO
if (cfgfile_path_noexpand (option, value, "floppy_path"))
return 1;
if (cfgfile_path_noexpand (option, value, "hardfile_path"))
return 1;
#else
if (cfgfile_path (option, value, "floppy_path"))
return 1;
#endif
if (cfgfile_path (option, value, "hardfile_path"))
return 1;
#endif
#ifdef SAVESTATE
if (cfgfile_path (option, value, "savestate_path"))
return 1;

View File

@ -193,7 +193,7 @@ static const char *other_messages[] = {
};
static const char *save_conf_messages[] = {
/*00*/ "Save conf file to load at start up (uaerc.saved)",
/*00*/ "Save conf file to load at start (uaerc.saved)",
/*01*/ " ",
/*02*/ "Save confs file 1",
/*03*/ " ",