﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1361	_SetTime() and _SetDate() crash when accessing non-array	gtyler		"Here's the trace:
{{{
C:\Program Files\AutoIt3\Include\Date.au3 (1394) : ==> Subscript used with non-Array variable.:
Return Int($iRetval[0])
Return Int($iRetval^ ERROR
}}}
I suggest changing two lines of code:
2245: If @error Or $aResult[0] = -1 Then Return SetError(1, @extended, 0)
2332: If @error Or Not $aResult Then Return SetError(1, @extended, False)

This will allow calling programs to see @error as non-zero and act accordingly when a result array is not available."	Bug	closed	3.3.3.2	AutoIt	3.3.2.0	None	Fixed		
