﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
732	AutoUpdateIt.au3	Volly	Valik	"I was looking at the script for my rebuild of AutoIt 1 2 3, and noticed this warning message when I ran the script from SciTE:

{{{
C:\Program Files\AutoIt3\Extras\AutoUpdateIt\AutoUpdateIt.au3(694,37) : WARNING: $res possibly not declared/created yet
		$res = RegRead($sKeyname, $sValue)
}}}

I added the following to make it the first line in the function:

{{{
local $res
}}}

This corrected the issue. 

Version of AutoIt installed: 3.2.12.1
Beta: 3.2.13.11"	Bug	closed	3.2.13.12	Other	3.2.13.11	None	Fixed		
