summaryrefslogtreecommitdiff
path: root/tblcmp.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1990-03-14 13:39:21 +0000
committerVern Paxson <vern@ee.lbl.gov>1990-03-14 13:39:21 +0000
commitf248f2d111793b35a158d9c52e5c9b892ce5a5bc (patch)
tree529b82614072eecf7da6dcc4d189dff637362cb1 /tblcmp.c
parent7768de78e642b90c06fbe5be6809663829169dd8 (diff)
Tweaks for NUL chars.
Diffstat (limited to 'tblcmp.c')
-rw-r--r--tblcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tblcmp.c b/tblcmp.c
index 840736d..ac822eb 100644
--- a/tblcmp.c
+++ b/tblcmp.c
@@ -233,7 +233,7 @@ cmptmps()
* transitions
*/
- nummecs = cre8ecs( tecfwd, tecbck, numecs );
+ nummecs = cre8ecs( tecfwd, tecbck, numecs, 1 );
}
else