﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2036	Small error in GuiListView.au3	anonymous	trancexx	"There is a small error in GuiListView.au3 located in the function _GUICtrlListView_GetSelectedIndices() at line 3851.

{{{
For $iItem = 0 To $iCount
}}}

should be

{{{
For $iItem = 0 To $iCount - 1
}}}"	Bug	closed	3.3.7.20	Standard UDFs	3.3.6.1	None	Fixed		
