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

Diff for /src/usr.bin/tmux/status.c between version 1.69 and 1.70

version 1.69, 2011/01/01 16:51:21 version 1.70, 2011/01/03 21:30:49
Line 456 
Line 456 
                         break;                          break;
                 ch = *iptr++;                  ch = *iptr++;
   
                 if (ch != '#') {                  if (ch != '#' || *iptr == '\0') {
                         *optr++ = ch;                          *optr++ = ch;
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70