about summary refs log tree commit diff stats
path: root/translate_subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-27 22:37:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-27 22:38:26 -0700
commit267c74b59a5f148bd28233f25bc794a3a4893e8e (patch)
tree0b583a305e2fe13edb477d88d15ac0be5a43dbd2 /translate_subx
parent619944524382bee5fb10efae2273e6cc57fbd421 (diff)
downloadmu-267c74b59a5f148bd28233f25bc794a3a4893e8e.tar.gz
shell: render image from pbm data stream
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