Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1363 closed Bug (Fixed)

FileSetPos() error

Reported by: xrewndel Owned by:
Milestone: 3.3.3.0 Component: AutoIt
Version: 3.3.2.0 Severity: None
Keywords: Cc:

Description

FileSetPos($hFile, $num, $FILE_CURRENT) works incorrectly.
Result is similar to FileSetPos(…, …, $FILE_END)
It calculating position relative to end instead of relative to current position.
Currently it works using FileSetPos($hFile, FileGetPos($hFile) + $num, $FILE_BEGIN).

Attachments (0)

Change History (2)

comment:1 by Valik, 16 years ago

Milestone: 3.3.3.0
Resolution: Fixed
Status: newclosed

Fixed by Jon and myself in 3.3.3.0 by revision [5491].

comment:2 by Valik, 16 years ago

This ticket is referenced in revision: [5493]

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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