Changeset 1402 for trunk/dll/objcnr.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/objcnr.c
r1398 r1402 23 23 29 Feb 08 GKY Use xfree where appropriate 24 24 10 Dec 08 SHL Integrate exception handler support 25 08 Mar 09 GKY Additional strings move to PCSZs 25 26 26 27 ***********************************************************************/ … … 121 122 MPFROMLONG(1)); 122 123 if (!pciP) { 123 Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__, "CM_ALLOCRECORD");124 Win_Error(hwndCnr, HWND_DESKTOP, pszSrcFile, __LINE__, PCSZ_CM_ALLOCRECORD); 124 125 free(pffbArray); 125 126 return;
Note:
See TracChangeset
for help on using the changeset viewer.