Increased filename size for Floppy Panel (#85)
This commit is contained in:
parent
78ed4b85e4
commit
ad634a4543
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ public:
|
|||
strncat(filename, diskname, MAX_DPATH);
|
||||
strncat(filename, ".uae", MAX_DPATH);
|
||||
|
||||
snprintf(changed_prefs.description, 256, "Configuration for disk '%s'", diskname);
|
||||
snprintf(changed_prefs.description, MAX_PATH, "Configuration for disk '%s'", diskname);
|
||||
if (cfgfile_save(&changed_prefs, filename, 0))
|
||||
RefreshPanelConfig();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue