Patch applies to 1.1.10-2
This small patch fixes a bug in ini_readInt.
Assinging the return value of "sscanf" to "res" was
missing. This caused ini_readInt to return -1 even if
the int was read ok. The patch fixes this bug.
Christopher Lang
--- types.i-original 2006-07-29 19:20:59.000000000 +0200
+++ libini-1.1.10/src/types.i 2006-07-29
19:21:24.000000000 +0200
@@ -215,7 +215,
2006-07-30 08:19:42 UTC in INI Parser Library