aboutsummaryrefslogtreecommitdiff
path: root/src/util/et/et_c.awk
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/et_c.awk')
-rw-r--r--src/util/et/et_c.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/et_c.awk b/src/util/et/et_c.awk
index 3368842..cc277f5 100644
--- a/src/util/et/et_c.awk
+++ b/src/util/et/et_c.awk
@@ -184,7 +184,7 @@ c2n["_"]=63
skipone=0
}
END {
- if (table_item_count > 255) {
+ if (table_item_count > 256) {
print "Error table too large!" | "cat 1>&2"
exit 1
}