Changeset 1780 for trunk/dll/grep.c
- Timestamp:
- Jun 28, 2014, 8:05:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1707 r1780 43 43 05 Aug 12 GKY Always sort "Find Dups" by filename in the collector. 44 44 08 Feb 14 SHL Support Ignore SVN option 45 28 Jun 14 GKY Fix errors identified with CPPCheck 45 46 46 47 ***********************************************************************/ … … 445 446 WinTerminate(ghab); 446 447 } 447 if (!gh mq || !ghab)448 if (!ghab || !ghmq) 448 449 WinPostMsg(grep.hwndFiles, UM_CONTAINER_FILLED, MPVOID, MPVOID); 449 450 if (grep.dupehead)
Note:
See TracChangeset
for help on using the changeset viewer.