[BACK]Return to cmd-command-prompt.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-command-prompt.c between version 1.4 and 1.5

version 1.4, 2009/07/17 06:13:27 version 1.5, 2009/07/20 07:31:10
Line 140 
Line 140 
                         }                          }
                 }                  }
   
                   if (buf == NULL)
                           return (0);
                 buf[len] = '\0';                  buf[len] = '\0';
                 s = buf;                  s = buf;
         }          }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5