head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.1 date 2004.02.11.09.42.41; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.02.11.09.42.41; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.56.49; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @include bugfix patch from Fedora @ text @Index: lib/strtod.c --- lib/strtod.c.orig 2002-04-20 16:06:19.000000000 +0200 +++ lib/strtod.c 2004-02-11 10:40:45.000000000 +0100 @@@@ -604,7 +604,7 @@@@ if (!(x & 1)) { k++; x >>= 1; - if (!x & 1) + if (!(x & 1)) return 32; } *y = x; @ 1.1.2.1 log @file star.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:56:49 +0000 @ text @d1 12 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 12 Index: lib/strtod.c --- lib/strtod.c.orig 2002-04-20 16:06:19.000000000 +0200 +++ lib/strtod.c 2004-02-11 10:40:45.000000000 +0100 @@@@ -604,7 +604,7 @@@@ if (!(x & 1)) { k++; x >>= 1; - if (!x & 1) + if (!(x & 1)) return 32; } *y = x; @