about summary refs log tree commit diff stats
path: root/translate_subx_emulated
diff options
context:
space:
mode:
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-xtranslate_subx_emulated2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated
index d6fc009b..6a025e9c 100755
--- a/translate_subx_emulated
+++ b/translate_subx_emulated
@@ -59,7 +59,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