[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.11 and 1.12

version 1.11, 2012/05/22 11:35:37 version 1.12, 2012/07/10 11:53:01
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <time.h>  #include <time.h>
   
Line 60 
Line 61 
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);
                 ctx->print(ctx, "%s", line);                  ctx->print(ctx, "%s", line);
                 xfree(line);                  free(line);
   
                 format_free(ft);                  format_free(ft);
                 n++;                  n++;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12