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

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

version 1.4, 2009/10/10 10:02:48 version 1.5, 2009/11/03 20:29:47
Line 61 
Line 61 
                         xsnprintf(tmp, sizeof tmp, " (group %u)", idx);                          xsnprintf(tmp, sizeof tmp, " (group %u)", idx);
                 }                  }
   
                 t = s->tv.tv_sec;                  t = s->creation_time.tv_sec;
                 tim = ctime(&t);                  tim = ctime(&t);
                 *strchr(tim, '\n') = '\0';                  *strchr(tim, '\n') = '\0';
   

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