Преглед на файлове

added osx binary. fixed an overflow error in pass

Josh Bicking преди 9 години
родител
ревизия
97d6efcca4
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. BIN
      bin/osx/FalloutTerminal
  2. 1 1
      pass.c

BIN
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){