Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

shellext: write cchMax in TRACE of GetCommandString

Changeset cef8817c9f08

Parent 4eb7cd383504

by Adrian Buehlmann

Changes to one file · Browse files at cef8817c9f08 Showing diff from parent 4eb7cd383504 Diff from another changeset...

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