﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
417	Changing function parameters on a function call	serg		"The folowing script consists of two files:
HTTP_UDF.au3:


{{{
#include ""XMLDomWrapper\_XMLDomWrapper.au3""

Func __HTML_Navigate($sURL, $sUName = """", $sPass = """", $sParam = """", $sMethod = ""GET"")

[...]
		_XMLFileOpen($sHTMLFile)
		; At that place is $sHTMLFile = ""F:\Archiv5\SERG\Development\AutoItScripts\ScriptsSVN\Libs\HTML_UDF\Html_zmzlvdd.tmp""
	EndIf
EndFunc
}}}

And _XMLDomWrapper.au3 by Stephen Podhajecki VER:1.0.3.87 :

{{{
Func _XMLFileOpen($strXMLFile, $strNameSpc = """", $iVer = -1, $bValOnParse = True)
	; Now $strXMLFile = ""F:Erchiv5rERGEevelopmenteutoItScriptsucriptsSVNcibsiTML_UDFTtml_zmzlvdd.tmp""

[...]

EndFunc   ;==>_XMLFileOpen
}}}

At no one place the value of $sHTMLFile or $strXMLFile was changed.
Only the simple call of _XMLFileOpen with $sHTMLFile as $strXMLFile parameter is changing the value."	Bug	closed		AutoIt	3.2.13.3	None	No Bug		
