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

Diff for /src/usr.bin/tmux/cmd-list-buffers.c between version 1.12 and 1.13

version 1.12, 2012/05/22 11:35:37 version 1.13, 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 "tmux.h"  #include "tmux.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);
         }          }

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