diff --git a/top/top.c b/top/top.c index 1fbc06b1..49a13caf 100644 --- a/top/top.c +++ b/top/top.c @@ -3339,7 +3339,7 @@ static int insp_view_choice (proc_t *obj) { #define makFS(dst) { if (Insp_sel->flen < 22) \ snprintf(dst, sizeof(dst), "%s", Insp_sel->fstr); \ else snprintf(dst, sizeof(dst), "%.19s...", Insp_sel->fstr); } - char buf[SMLBUFSIZ]; + char buf[LRGBUFSIZ]; int key, curlin = 0, curcol = 0; signify_that: