diff --git a/top/top.c b/top/top.c index 2439b8b3..cacee284 100644 --- a/top/top.c +++ b/top/top.c @@ -4004,7 +4004,7 @@ static void keys_global (int ch) { else { int val, def = PID_VAL(EU_PID, s_int, w->ppt[w->begtask]), - pid = get_int(fmtmk(N_txt(GET_pid2nice_fmt), def)); + pid = get_int(fmtmk(N_fmt(GET_pid2nice_fmt), def)); if (pid > GET_NUM_ESC) { if (pid == GET_NUM_NOT) pid = def; val = get_int(fmtmk(N_fmt(GET_nice_num_fmt), pid));