Bug#471762: Info received (patch attached)

2008-03-20 Thread Joey Hess
Aaron Denney wrote: Whoops, that patch is broken. Attached is another. This causes it to say two tenth. -- see shy jo signature.asc Description: Digital signature

Bug#471762: Info received (patch attached)

2008-03-20 Thread Aaron Denney
On Thu, Mar 20, 2008 at 01:04:28PM -0400, Joey Hess wrote: Aaron Denney wrote: Whoops, that patch is broken. Attached is another. This causes it to say two tenth. So it does. *sigh*. New patch attached, though I'm now a bit less sure I really have all the corner cases 100% covered. --

Bug#471762: Info received (patch attached)

2008-03-19 Thread Aaron Denney
Whoops, that patch is broken. Attached is another. -- Aaron Denney -- --- number.c.orig 2008-03-19 17:16:49.0 -0600 +++ number.c 2008-03-19 18:25:07.0 -0600 @@ -78,9 +78,9 @@ void convert(char *); int main(int, char *[]); -int number(const char *, int); -void pfract(int);