﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4052	_FileListToArrayRec has a bug after update to version 3.3.18.0	anonymous	Jpm	"It affects the function if $FLTAR_NOLINK is used. It returns nothing.

The new version has this line:

Local $tFile_Data = DllStructCreate($tagWIN32_FIND_DATA)

The old tag variable name was ""FileName"", the tagWIN32_FIND_DATA has ""cFileName"", but in the function, ""FileName"" is not changed.

This line: $sName = DllStructGetData($tFile_Data, ""FileName"")
Should become: $sName = DllStructGetData($tFile_Data, ""cFileName"")


Also the old tag variable was ""FileAttributes"", the new tag has ""dwFileAttributes"", but it is not changed.


This line: $sName = DllStructGetData($tFile_Data, ""FileAttributes"")
Should become: $sName = DllStructGetData($tFile_Data, ""dwFileAttributes"")
"	Bug	closed	3.3.19.0	AutoIt	3.3.14.0	None	Fixed		
