sleep(3) cannot handle ulong so don't fool people

This commit is contained in:
sin 2015-01-30 13:14:22 +00:00
parent 329936053b
commit e077e0c00a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ usage(void)
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
unsigned long seconds; unsigned int seconds;
ARGBEGIN { ARGBEGIN {
default: default: