Changeset 1402 for trunk/dll/undel.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/undel.c
r1398 r1402 17 17 16 JUL 08 GKY Use TMP directory for temp files 18 18 10 Dec 08 SHL Integrate exception handler support 19 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used) 20 08 Mar 09 GKY Additional strings move to PCSZs 19 21 20 22 ***********************************************************************/ … … 89 91 WinSendDlgItemMsg(hwnd, UNDEL_LISTBOX, LM_DELETEALL, MPVOID, MPVOID); 90 92 BldFullPathName(szTempFile, pTmpDir, "$UDELETE.#$#"); 91 unlinkf( "%s",szTempFile);93 unlinkf(szTempFile); 92 94 fp = xfopen(szTempFile, "w", pszSrcFile, __LINE__); 93 95 if (!fp) { … … 141 143 strcat(s, GetPString(IDS_ASKABOUTUNDELETEHELPTEXT)); 142 144 temp = saymsg(MB_YESNOCANCEL | MB_ICONEXCLAMATION, 143 hwnd, GetPString(IDS_ERRORTEXT), "%s",s);145 hwnd, GetPString(IDS_ERRORTEXT), s); 144 146 if (temp == MBID_YES) 145 147 runemf2(BACKGROUND | INVISIBLE | SEPARATE | WINDOWED,
Note:
See TracChangeset
for help on using the changeset viewer.