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

Diff for /src/usr.bin/tmux/Attic/server-msg.c between version 1.2 and 1.3

version 1.2, 2009/06/04 21:43:24 version 1.3, 2009/06/05 11:14:13
Line 196 
Line 196 
         c->tty.sy = data.sy;          c->tty.sy = data.sy;
   
         c->cwd = NULL;          c->cwd = NULL;
           data.cwd[(sizeof data.cwd) - 1] = '\0';
         if (*data.cwd != '\0')          if (*data.cwd != '\0')
                 c->cwd = xstrdup(data.cwd);                  c->cwd = xstrdup(data.cwd);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3