Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#604 closed defect (fixed)

Error opening file in append mode in Win32 (thanks Gang Liu for the report)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Using Win32 file backend in PJLIB, the pj_file_open() always fail when opening existing files with append mode.

Change History (2)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
  • Summary changed from Unable to append to existing file with Win32 file implementation (thanks Gang Liu for the report) to Error opening file in append mode in Win32 (thanks Gang Liu for the report)

Fixed in r2253

comment:2 Changed 16 years ago by bennylp

In r2254:

  • In win32 backend, create the file if it doesn't exist when PJ_O_APPEND flag is set.
Note: See TracTickets for help on using tickets.