Changeset 1009 for trunk/dll/grep2.c
- Timestamp:
- May 10, 2008, 9:51:58 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/grep2.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r985 r1009 62 62 if (mp2) { 63 63 WinSetWindowPtr(hwnd, QWL_USER, mp2); 64 *(CHAR *) mp2 = 0;64 *(CHAR *)mp2 = 0; 65 65 { 66 66 CHAR *p; … … 824 824 DosBeep(50, 100); 825 825 WinSetFocus(HWND_DESKTOP, WinWindowFromID(hwnd, GREP_MASK)); 826 xfree(p );826 xfree(p, pszSrcFile, __LINE__); 827 827 break; 828 828 } … … 923 923 Runtime_Error(pszSrcFile, __LINE__, 924 924 GetPString(IDS_COULDNTSTARTTHREADTEXT)); 925 xfree(p );925 xfree(p, pszSrcFile, __LINE__); 926 926 WinDismissDlg(hwnd, 0); 927 927 break; 928 928 } 929 929 DosSleep(100); //05 Aug 07 GKY 128 930 xfree(p );930 xfree(p, pszSrcFile, __LINE__); 931 931 } 932 932 if (changed) {
Note:
See TracChangeset
for help on using the changeset viewer.
