diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-19 14:34:44 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2010-04-19 14:34:44 +0000 |
| commit | 3560b8af1fdb83b0b6c864144eaf0343077bf0cc (patch) | |
| tree | f7268746469050d06dd21bb7aa608c23398dbb83 /contrib | |
| parent | 307b49efefe0161f8b128f1786ea2169a66aac71 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/top/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/utils.c b/contrib/top/utils.c index a38b2178fcc2..43072b1eccb0 100644 --- a/contrib/top/utils.c +++ b/contrib/top/utils.c @@ -499,7 +499,7 @@ unsigned long long amt; } } - p = strecpy(p, itoa(amt)); + p = strecpy(p, itoa((int)amt)); *p++ = tag; *p = '\0'; |
