[BACK]Return to manpath.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/manpath.c between version 1.20 and 1.21

version 1.20, 2017/02/10 15:44:31 version 1.21, 2017/06/13 15:05:22
Line 298 
Line 298 
                         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.20  
changed lines
  Added in v.1.21