Re: ed: use strtonum

2015-03-19 Thread Todd C. Miller
On Wed, 18 Mar 2015 15:35:55 -0600, "Todd C. Miller" wrote: > Trivial conversion to strtonum(). Apparently too trivial. STRTOI advances the pointer passed to it which is broken by this diff. - todd

ed: use strtonum

2015-03-18 Thread Todd C. Miller
Trivial conversion to strtonum(). - todd Index: bin/ed/ed.h === RCS file: /cvs/src/bin/ed/ed.h,v retrieving revision 1.15 diff -u -r1.15 ed.h --- bin/ed/ed.h 16 Jan 2015 06:39:32 - 1.15 +++ bin/ed/ed.h 18 Mar 2015 21:30:03