﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
43	IniReadSectionNames returning incorrect number of sections (extra blank section)	lte5000		"IniReadSectionNames returns an extra blank section that does not exist in the INI file.
This behavior occurs on Windows 98 SE.
The function returns the correct number of sections on Windows XP SP2.

Example:

{{{
FileDelete(""test.ini"")
IniWrite(""test.ini"", ""section1"", ""key1"", ""abc"")
$var = IniReadSectionNames(""test.ini"")
MsgBox(0, ""how many sections"", $var[0])
For $i = 1 To $var[0]
 MsgBox(0, ""section #"" & $i, $var[$i])
Next
}}}
"	Bug	closed	3.2.11.0	AutoIt	3.2.10.0		Fixed	Windows 98SE	
