Changeset 1367 for trunk/dll/grep2.c
- Timestamp:
- Jan 2, 2009, 12:09:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1366 r1367 62 62 #include "fortify.h" 63 63 #include "excputil.h" // xbeginthread 64 #include "valid.h" // IsFile 64 65 65 66 #pragma data_seg(DATA1) … … 214 215 } 215 216 GrepInfo = mp2; 216 if (GrepInfo->szGrepPath )217 if (GrepInfo->szGrepPath && IsFile(GrepInfo->szGrepPath) == 0) { 217 218 BldFullPathName(lastmask, GrepInfo->szGrepPath, "*"); 219 } 218 220 WinSetWindowULong(hwnd, QWL_USER, *(HWND *) GrepInfo->hwnd); 219 221 WinSendDlgItemMsg(hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.