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

Diff for /mandoc/manpath.c between version 1.33 and 1.34

version 1.33, 2017/02/10 15:45:28 version 1.34, 2017/06/13 15:06:56
Line 299  manconf_output(struct manoutput *conf, const char *cp,
Line 299  manconf_output(struct manoutput *conf, const char *cp,
                         mandoc_asprintf(&oldval, "%zu", conf->width);                          mandoc_asprintf(&oldval, "%zu", conf->width);
                         break;                          break;
                 }                  }
                 conf->width = strtonum(cp, 58, 1000, &errstr);                  conf->width = strtonum(cp, 1, 1000, &errstr);
                 if (errstr == NULL)                  if (errstr == NULL)
                         return 0;                          return 0;
                 warnx("-O width=%s is %s", cp, errstr);                  warnx("-O width=%s is %s", cp, errstr);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb