Modify

Opened 15 years ago

Closed 15 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 Changed 15 years ago by Valik

  • Milestone set to 3.2.13.12
  • Owner set to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.2.13.12

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.