﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2372	Function incorrect number of parameters error on wrong line	Matt Diesel	Jon	"It is reporting the location of where another function was defined, rather than the line that the error occurred.

For example, the error below is that I am calling HotkeySet with 3 arguments, when it should only have 2.

{{{
Func UDF_Function($a, $b)
EndFunc

HotkeySet(UDF_Function(1, 2), """", """")
}}}

The output is:

v3.3.9.13:
{{{
""test.au3"" (1) : ==> Incorrect number of parameters in function call.:
Func UDF_Function($a, $b)
^ ERROR
->10:29:37 AutoIt3.exe ended.rc:1
}}}

v3.3.8.1:
{{{
test.au3 (1) : ==> Incorrect number of parameters in function call.:
HotkeySet(UDF_Function(1, 2), """", """")
^ ERROR
->10:35:19 AutoIt3.exe ended.rc:1
}}}"	Bug	closed	3.3.13.11	AutoIt	3.3.9.13	None	Fixed		
