Specifying an invalid --width=N (-w) or --gap-size=N (-g)
authorJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 08:25:04 +0000 (08:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Mar 2004 08:25:04 +0000 (08:25 +0000)
commit35e3e7e672ad918a8c192873a5d08e986e262513
tree129558ccbcc89f7955492a44337b38603f7fc50a
parent75e376362329c5d42777bcc195b02f75c06c3f8e
Specifying an invalid --width=N (-w) or --gap-size=N (-g)
would not elicit an error.

Include "xstrtol.h" and "quotearg.h".
(main): Don't use atoi.  Use xstrtoul instead.
src/ptx.c