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 , 17 years ago
| Milestone: | → 3.2.13.12 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.2.13.12