[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.3 and 1.4

version 1.3, 2009/07/30 17:46:12 version 1.4, 2009/08/09 08:34:17
Line 112 
Line 112 
         return (0);          return (0);
   
 error:  error:
           if (line != NULL)
                   xfree(line);
         fclose(f);          fclose(f);
   
         xasprintf(&ptr, "%s: %s at line %u", path, *cause, n);          xasprintf(&ptr, "%s: %s at line %u", path, *cause, n);

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