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

Diff for /src/usr.bin/tmux/cfg.c between version 1.6 and 1.7

version 1.6, 2009/08/23 17:29:51 version 1.7, 2009/10/26 21:42:04
Line 53 
Line 53 
 int  int
 load_cfg(const char *path, struct cmd_ctx *ctxin, char **cause)  load_cfg(const char *path, struct cmd_ctx *ctxin, char **cause)
 {  {
         FILE            *f;          FILE            *f;
         u_int            n;          u_int            n;
         char            *buf, *line, *ptr;          char            *buf, *line, *ptr;
         size_t           len;          size_t           len;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;
         struct cmd_ctx   ctx;          struct cmd_ctx   ctx;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7