浏览代码

added osx binary. fixed an overflow error in pass

Josh Bicking 8 年之前
父节点
当前提交
97d6efcca4
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      bin/osx/FalloutTerminal
  2. 1 1
      pass.c

二进制
bin/osx/FalloutTerminal


+ 1 - 1
pass.c

@@ -189,7 +189,7 @@ void pass(){
     int bracketTricks=0;                /* Total number of bracket tricks used */
     int needsClearing = 0;              /* Whether or not highlights need to be purged */
     int needsClearingMultiLine = 0;     /* Whether or not a multi line highlight needs to be purged */
-    char output[12];                    /* Used for side terminal output */
+    char output[13];                    /* Used for side terminal output */
     int allowances = 4;
     
     while(1){