pull/82/merge
Trag Date 2024-01-11 01:09:52 +02:00 committed by GitHub
commit 7af0fdb202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ int uptime_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
return EXIT_SUCCESS;
}
printf(" %02u:%02u:%02u up ",
printf("%02u:%02u:%02u up ",
current_time->tm_hour, current_time->tm_min, current_time->tm_sec
);
updays = (unsigned) info.uptime / (unsigned)(60*60*24);