Modify

Opened 17 years ago

Closed 17 years ago

#732 closed Bug (Fixed)

AutoUpdateIt.au3

Reported by: Volly Owned by: Valik
Milestone: 3.2.13.12 Component: Other
Version: 3.2.13.11 Severity: None
Keywords: Cc:

Description

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

Attachments (0)

Change History (1)

comment:1 by Valik, 17 years ago

Milestone: 3.2.13.12
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed in version: 3.2.13.12

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.