about summary refs log tree commit diff stats
path: root/translate_subx
diff options
context:
space:
mode:
Diffstat (limited to 'translate_subx')
-rwxr-xr-xtranslate_subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx b/translate_subx
index 2fc62671..391a9b43 100755
--- a/translate_subx
+++ b/translate_subx
@@ -55,7 +55,7 @@ then
   exit 1
 fi
 
-if [ `wc -l < labels` -gt 16384 ]  # 0x4000 stream capacity in abort.subx
+if [ `wc -l < labels` -gt 20480 ]  # 0x5000 stream capacity in abort.subx
 then
   echo "abort will go into infinite regress"
   exit 1