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

Diff for /mandoc/manpath.c between version 1.11 and 1.12

version 1.11, 2013/06/05 02:00:26 version 1.12, 2013/11/21 01:49:18
Line 209  manpath_manconf(struct manpaths *dirs, const char *fil
Line 209  manpath_manconf(struct manpaths *dirs, const char *fil
                 if (strncmp(MAN_CONF_KEY, p, keysz))                  if (strncmp(MAN_CONF_KEY, p, keysz))
                         continue;                          continue;
                 p += keysz;                  p += keysz;
                 while (isspace(*p))                  while (isspace((unsigned char)*p))
                         p++;                          p++;
                 if ('\0' == *p)                  if ('\0' == *p)
                         continue;                          continue;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb