Differences From Artifact [7636a5a41a]:
- File libconfig.c — part of check-in [d281965daf] at 2007-01-16 03:14:02 on branch trunk — libconfig 0.2.4 Added support for "double" and "float" types Moved the test config file into a user directory (user: rkeene, size: 27762) [annotate] [blame] [check-ins using]
To Artifact [763315a783]:
- File libconfig.c — part of check-in [956afb5655] at 2007-01-17 08:07:12 on branch trunk — libconfig 0.2.5 Corrected typo (Thanks to T. Hayfield of GMAIL.COM) (user: rkeene, size: 27763) [annotate] [blame] [check-ins using]
︙ | |||
339 340 341 342 343 344 345 | 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | - + | #else *data = strtod(value, endptr); #endif return(0); } |
︙ |