Opened 9 years ago

Closed 9 years ago

#557 closed defect (fixed)

CN_REALLOCPSZ code to edit file names in misc.c is a mess. It doesn't actually realloc the memory or repoint pci-pszDisplayName

Reported by: Gregg Young Owned by: Gregg Young
Priority: minor Milestone: Release_3.24
Component: fm/2 base Version: 3.23
Keywords: Cc:

Description

The code also potentially updates the container while the edit is in progress.

From OS/2 programming guide:

Warning: Once your application receives the CN_REALLOCPSZ notification code, it must not send any messages to the container until it receives the CN_ENDEDIT notification code, which indicates that direct editing of container text has ended. If any messages are sent to the container before your application receives the CN_ENDEDIT notification code, the results of direct editing are unpredictable.

Change History (2)

comment:1 Changed 9 years ago by Gregg Young

Owner: set to Gregg Young
Status: newassigned

comment:2 Changed 9 years ago by Gregg Young

Resolution: fixed
Status: assignedclosed

CS [1829]

Note: See TracTickets for help on using tickets.