Changeset 1456 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Sep 15, 2009, 9:13:40 AM (16 years ago)
Author:
Steven Levine
Message:

Avoid crash on Ctrl-g from collector window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1455 r1456  
    7676  22 Jul 09 GKY Streamline scanning code for faster Tree rescans
    7777  14 Sep 09 SHL Drop experimental code
     78  15 Sep 09 SHL Use UM_GREP when passing pathname
    7879
    7980***********************************************************************/
     
    27032704          if (pci && (INT) pci != -1)
    27042705            PostMsg(Collector, WM_COMMAND,
    2705                     MPFROM2SHORT(IDM_GREP, 0), MPFROMP(pci->pszFileName));
     2706                    MPFROM2SHORT(UM_GREP, 0), MPFROMP(pci->pszFileName));
    27062707          else
    27072708            PostMsg(Collector, WM_COMMAND,
Note: See TracChangeset for help on using the changeset viewer.