[BACK]Return to manpath.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/manpath.c between version 1.18 and 1.19

version 1.18, 2014/11/18 19:41:47 version 1.19, 2014/11/27 00:30:40
Line 80  manpath_parse(struct manpaths *dirs, const char *file,
Line 80  manpath_parse(struct manpaths *dirs, const char *file,
         if ( ! ferror(stream) && feof(stream) &&          if ( ! ferror(stream) && feof(stream) &&
                         bsz && '\n' == buf[bsz - 1]) {                          bsz && '\n' == buf[bsz - 1]) {
                 buf[bsz - 1] = '\0';                  buf[bsz - 1] = '\0';
                 manpath_parseline(dirs, buf);                  manpath_parseline(dirs, buf, 1);
         }          }
   
         free(buf);          free(buf);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb