tortoisehg / stable (http://tortoisehg.bitbucket.org/)

TortoiseHg repository. Main line of development in "default" branch. Releases, bugfixes, and documentation improvements in "stable" branch.

Clone this repository (size: 76.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/tortoisehg/stable/
commit 3117: cef8817c9f08
parent 3115: 4eb7cd383504
branch: default
shellext: write cchMax in TRACE of GetCommandString
Adrian Buehlmann / abuehl
9 months ago

Changed (Δ40 bytes):

raw changeset »

win32/shellext/ContextMenu.cpp (3 lines added, 1 lines removed)

Up to file-list win32/shellext/ContextMenu.cpp:

@@ -478,7 +478,9 @@ CShellExt::GetCommandString(
478
478
479
479
    TDEBUG_TRACE(
480
480
        "CShellExt::GetCommandString: idCmd = " << idCmd 
481
        << ", uFlags = " << uFlags << " (" << sflags << ")");
481
        << ", uFlags = " << uFlags << " (" << sflags << ")"
482
        << ", cchMax = " << cchMax
483
    );
482
484
483
485
    MenuIdCmdMap::iterator iter = MenuIdMap.find(static_cast<UINT>(idCmd));
484
486
    if (iter == MenuIdMap.end())