fixed bug in time display

how have I failed to notice this?  It's apparently been broken since
2001.  Would display a time such as 23:48:19 as 3:48:19.  Oops.
This commit is contained in:
David Lindes 2011-02-13 23:44:56 -08:00
parent 7dcee4c59d
commit 9c1783c05b
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ int main(argc, argv, envp)
(loadavgs[i].one_minute / 1024.),
(loadavgs[i].five_minute / 1024.),
(loadavgs[i].fifteen_minute / 1024.),
strbuf + 1,
strbuf,
version);
if(debug > 3)