[0.1.x] ~ bigfix

git-svn-id: https://pykd.svn.codeplex.com/svn@75726 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\EreTIk_cp 2012-04-23 08:17:39 +00:00 committed by Mikhail I. Izmestev
parent 4c6cb85197
commit 7dbe7fb9d4

View File

@ -196,13 +196,13 @@ std::string Symbol::printImpl(
if ((S_OK == _symbol->get_udtKind(&dwValue)) && (dwValue < cntUdtKindName))
sstream << ": " << udtKindName[dwValue].second;
if (S_OK == _symbol->get_count(&dwValue))
sstream << ", Count: " << std::dec << dwValue;
bFuncDebugRange =
(SymTagFuncDebugStart == symTagName[dwValue].first) ||
(SymTagFuncDebugEnd == symTagName[dwValue].first);
if (S_OK == _symbol->get_count(&dwValue))
sstream << ", Count: " << std::dec << dwValue;
hres = _symbol->get_dataKind(&dwValue);
if ((S_OK == hres) && (DataIsUnknown != dwValue))
{