diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2022-09-30 17:38:34 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2022-10-01 10:05:07 +0000 |
| commit | 6da5e5d649ba255d41318daccc24e7af6984e0b1 (patch) | |
| tree | 0f1f0e6d6f9e019f3571ce39f62833f39a7dbaa8 /usr.bin/seq | |
| parent | 94c4f663bab58ec07584786dd76866011d5b2506 (diff) | |
Diffstat (limited to 'usr.bin/seq')
| -rw-r--r-- | usr.bin/seq/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/seq/seq.c b/usr.bin/seq/seq.c index 47ba0b7ce3af..823e8c2c4da0 100644 --- a/usr.bin/seq/seq.c +++ b/usr.bin/seq/seq.c @@ -151,7 +151,7 @@ main(int argc, char *argv[]) if (argc > 1) first = e_atof(argv[0]); - + if (argc > 2) { incr = e_atof(argv[1]); /* Plan 9/GNU don't do zero */ |
