Modify ↓
#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 Changed 15 years ago by Valik
- Milestone set to 3.3.3.0
- Resolution set to Fixed
- Status changed from new to closed
comment:2 Changed 15 years ago by Valik
This ticket is referenced in revision: [5493]
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.
Note: See
TracTickets for help on using
tickets.
Fixed by Jon and myself in 3.3.3.0 by revision [5491].