Changeset 1456 for trunk/dll/treecnr.c
- Timestamp:
- Sep 15, 2009, 9:13:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1455 r1456 76 76 22 Jul 09 GKY Streamline scanning code for faster Tree rescans 77 77 14 Sep 09 SHL Drop experimental code 78 15 Sep 09 SHL Use UM_GREP when passing pathname 78 79 79 80 ***********************************************************************/ … … 2703 2704 if (pci && (INT) pci != -1) 2704 2705 PostMsg(Collector, WM_COMMAND, 2705 MPFROM2SHORT( IDM_GREP, 0), MPFROMP(pci->pszFileName));2706 MPFROM2SHORT(UM_GREP, 0), MPFROMP(pci->pszFileName)); 2706 2707 else 2707 2708 PostMsg(Collector, WM_COMMAND,
Note:
See TracChangeset
for help on using the changeset viewer.