diff options
Diffstat (limited to 'apps/main_menu.c')
| -rw-r--r-- | apps/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c index b04a91f..e5d0d74 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -77,7 +77,7 @@ extern bool simulate_usb(void); bool show_info(void) { - char s[32], s1[32]; + char s[64], s1[32]; long buflen = ((audiobufend - audiobuf) * 2) / 2097; /* avoid overflow */ int integer, decimal; bool done = false; |