]> git.pld-linux.org Git - packages/star.git/blob - star-strtod.patch
- 1.5-0.a47
[packages/star.git] / star-strtod.patch
1 --- star-1.5/lib/strtod.c.orig  Sat Apr 20 16:06:19 2002
2 +++ star-1.5/lib/strtod.c       Fri Feb 27 16:34:35 2004
3 @@ -604,7 +604,7 @@
4         if (!(x & 1)) {
5                 k++;
6                 x >>= 1;
7 -               if (!x & 1)
8 +               if (!(x & 1))
9                         return 32;
10                 }
11         *y = x;
This page took 0.047981 seconds and 3 git commands to generate.