Changeset 1857 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Aug 18, 2015, 7:29:01 PM (10 years ago)
Author:
Steven Levine
Message:

Must test last change before committing. My bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1856 r1857  
    361361
    362362      if (~pciP->rc.flRecordAttr & CRA_EXPANDED) {
    363         DbgMsg(pszSrcFile, __LINE__, "ShowTreeRec expanding %s", pciP->pszFileName); // 2015-08-04 SHL FIXME debug
     363        DbgMsg(pszSrcFile, __LINE__, "ShowTreeRec expanding %s", pciP->pszFileName); // 2015-08-04 SHL FIXME debug
    364364        WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciP), MPVOID);
    365365        DosSleep(100);                          // 2015-08-13 SHL Let PM catch up
     
    13381338        }
    13391339      }
    1340       DbgMsg(pszSrcFile, __LINE__, "TreeCnrWndProc UM_RESCAN PostMsg(UM_RESCAN2, %s)", pci->pszFileName); // 2015-08-04 SHL FIXME debug
     1340      DbgMsg(pszSrcFile, __LINE__, "TreeCnrWndProc UM_RESCAN PostMsg(UM_RESCAN2, %p %s)",
     1341             pci, pci && pci->pszFileName ? pci->pszFileName : "(null)"); // 2015-08-04 SHL FIXME debug
    13411342      PostMsg(dcd->hwndObject, UM_RESCAN2, MPFROMP(pci), MPVOID);
    13421343      if (hwndStatus2)
Note: See TracChangeset for help on using the changeset viewer.