[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.41 and 1.42

version 1.41, 2015/09/01 10:10:59 version 1.42, 2015/09/09 12:09:21
Line 98 
Line 98 
         }          }
   
         found = 0;          found = 0;
         while ((buf = fparseln(f, NULL, &line, delim, 0))) {          while ((buf = fparseln(f, NULL, &line, delim, 0)) != NULL) {
                 log_debug("%s: %s", path, buf);                  log_debug("%s: %s", path, buf);
   
                 /* Skip empty lines. */                  /* Skip empty lines. */

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42