ps/output.c: eliminate one irritating compiler warning
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
4d9e4ac4f6
commit
292a4dd6fa
@ -449,7 +449,7 @@ static int pr_times(char *restrict const outbuf, const proc_t *restrict const pp
|
||||
unsigned long t;
|
||||
setREL1(TIME_ALL)
|
||||
t = rSv(TIME_ALL, ull_int, pp);
|
||||
return snprintf(outbuf, COLWID, "%u", t);
|
||||
return snprintf(outbuf, COLWID, "%lu", t);
|
||||
}
|
||||
|
||||
/* HP-UX puts this (I forget, vsz or vsize?) in kB and uses "sz" for pages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user