On Fri, Dec 27, 2019 at 08:36:34PM +, Jamie Landeg-Jones wrote:
> Steve Kargl wrote:
>
> > Hmm, I withdraw the patch. One can get a negative start
> > value, but one would need to force that condition via
> > a subversion via getopt.
>
> Or:
>
> primes -- -1 5
Ah, yeah, that's what I wro
Steve Kargl wrote:
> Hmm, I withdraw the patch. One can get a negative start
> value, but one would need to force that condition via
> a subversion via getopt.
Or:
primes -- -1 5
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org
On Fri, Dec 27, 2019 at 09:55:10AM -0800, Steve Kargl wrote:
> This patch removes an unnecessary check as
> the condition can never occur.
>
> Index: primes.c
> ===
> --- primes.c (revision 355983)
> +++ primes.c (working copy)
> @@
This patch removes an unnecessary check as
the condition can never occur.
Index: primes.c
===
--- primes.c(revision 355983)
+++ primes.c(working copy)
@@ -129,7 +129,7 @@
switch (argc) {
case 2: