[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.28 and 1.29

version 1.28, 2013/03/24 09:54:10 version 1.29, 2013/03/25 10:06:13
Line 41 
Line 41 
         size_t           len, oldlen;          size_t           len, oldlen;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;
   
           log_debug("loading %s", path);
         if ((f = fopen(path, "rb")) == NULL) {          if ((f = fopen(path, "rb")) == NULL) {
                 xasprintf(cause, "%s: %s", path, strerror(errno));                  xasprintf(cause, "%s: %s", path, strerror(errno));
                 return (-1);                  return (-1);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29