Modify

Opened 17 years ago

Closed 17 years ago

#793 closed Bug (Fixed)

_WinNet_EnumResource Bug

Reported by: Tibur.Wiseman@… Owned by: Gary
Milestone: 3.3.1.0 Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: EnumResource Cc:

Description

When try using the function _WinNet_EnumResource, always an error is returned.

the problem is on those lines in the function, in WinNet.au3 :

Return SetError($aResult[0], 0, $aResult = 0)

the good code is :

Return SetError($aResult[0], 0, $aResult[0] = 0)

Tibur.

Attachments (0)

Change History (1)

comment:1 by Gary, 17 years ago

Milestone: 3.3.1.0
Owner: set to Gary
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


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