From: Vern Paxson Date: Fri, 16 Mar 1990 16:49:24 +0000 (+0000) Subject: removed NUL hack X-Git-Tag: flex-2-5-5b~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f5605411cdc0ab55245c3578dd234bbf01e90a4;p=flex removed NUL hack --- diff --git a/ccl.c b/ccl.c index 3289e21..78f263c 100644 --- a/ccl.c +++ b/ccl.c @@ -154,7 +154,7 @@ int cset[]; putc( '[', file ); - for ( i = (uses_NUL ? 0 : 1); i < csize; ++i ) + for ( i = 0; i < csize; ++i ) { if ( cset[i] ) {