]> git.saurik.com Git - apple/libc.git/blob - gdtoa/FreeBSD/gdtoa-gdtoa.c.patch
abf31e07471bed649f7720927411d477d8577633
[apple/libc.git] / gdtoa / FreeBSD / gdtoa-gdtoa.c.patch
1 --- gdtoa-gdtoa.c.orig 2007-03-26 22:44:56.000000000 -0700
2 +++ gdtoa-gdtoa.c 2007-03-26 23:21:08.000000000 -0700
3 @@ -479,8 +479,11 @@
4 }
5 ++*s++;
6 }
7 - else
8 + else {
9 inex = STRTOG_Inexlo;
10 + while(*--s == '0'){}
11 + s++;
12 + }
13 break;
14 }
15 }