[BACK]Return to format.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/format.c between version 1.12 and 1.13

version 1.12, 2013/02/05 11:01:45 version 1.13, 2013/03/21 16:13:24
Line 251 
Line 251 
                                         continue;                                          continue;
                                 }                                  }
                         }                          }
                         while (len - off < 2) {                          while (len - off < 3) {
                                 buf = xrealloc(buf, 2, len);                                  buf = xrealloc(buf, 2, len);
                                 len *= 2;                                  len *= 2;
                         }                          }
                           buf[off++] = '#';
                         buf[off++] = ch;                          buf[off++] = ch;
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13