Explorar o código

added osx binary. fixed an overflow error in pass

Josh Bicking %!s(int64=9) %!d(string=hai) anos
pai
achega
97d6efcca4
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      bin/osx/FalloutTerminal
  2. 1 1
      pass.c

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