From addb570c1861d641bcee12988a26a66243064f05 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Fri, 16 Mar 1990 16:53:29 +0000 Subject: [PATCH] Minor tweaks for NUL's. --- tblcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tblcmp.c b/tblcmp.c index ac822eb..2ffb38d 100644 --- a/tblcmp.c +++ b/tblcmp.c @@ -233,7 +233,7 @@ cmptmps() * transitions */ - nummecs = cre8ecs( tecfwd, tecbck, numecs, 1 ); + nummecs = cre8ecs( tecfwd, tecbck, numecs ); } else @@ -760,7 +760,7 @@ int state[], statenum, comstate; } if ( usemecs ) - mkeccl( transset, tsptr, tecfwd, tecbck, numecs ); + mkeccl( transset, tsptr, tecfwd, tecbck, numecs, 0 ); mkprot( tnxt + tmpbase, -numtemps, comstate ); -- 2.40.0