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

Diff for /src/usr.bin/tmux/session.c between version 1.8 and 1.9

version 1.8, 2009/09/16 12:35:04 version 1.9, 2009/09/20 14:58:12
Line 126 
Line 126 
         s->flags = 0;          s->flags = 0;
   
         if (gettimeofday(&s->tv, NULL) != 0)          if (gettimeofday(&s->tv, NULL) != 0)
                 fatal("gettimeofday");                  fatal("gettimeofday failed");
   
         s->curw = NULL;          s->curw = NULL;
         SLIST_INIT(&s->lastw);          SLIST_INIT(&s->lastw);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9