diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_shortcut.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index c5d934427..f9defc2f9 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -179,7 +179,7 @@ const char* fl_shortcut_label(unsigned int shortcut) { \see fl_shortcut_label(unsigned int shortcut) */ const char* fl_shortcut_label(unsigned int shortcut, const char **eom) { - static char buf[20]; + static char buf[40]; char *p = buf; if (eom) *eom = p; if (!shortcut) {*p = 0; return buf;} |
