From eb0c61e4812ab19973df9b588f06c9d50a2d038c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 3 Jul 1996 12:45:18 +0000 Subject: Got rid of line limit member. svn path=/trunk/; revision=31 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 9c7ae378..dc9c2e7c 100644 --- a/pop2.c +++ b/pop2.c @@ -72,7 +72,7 @@ struct optrec *options; int status = PS_UNDEFINED; /* check for unsupported options */ - if (options->limit) { + if (linelimit) { fprintf(stderr,"Option --limit is not supported in POP2\n"); return(PS_SYNTAX); } -- cgit v1.2.3