mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Format fix
This commit is contained in:
parent
d967d50652
commit
0612c15722
1 changed files with 1 additions and 2 deletions
|
@ -8353,8 +8353,7 @@ String WinDebugger::DbgTypedValueToString(const DbgTypedValue& origTypedValue, c
|
||||||
retVal += "\n:action\t";
|
retVal += "\n:action\t";
|
||||||
retVal += formatInfo.mAction;
|
retVal += formatInfo.mAction;
|
||||||
}
|
}
|
||||||
else
|
else if ((debugVis != NULL) && (!debugVis->mAction.empty()))
|
||||||
if ((debugVis != NULL) && (!debugVis->mAction.empty()))
|
|
||||||
{
|
{
|
||||||
String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures);
|
String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures);
|
||||||
String actionStr;
|
String actionStr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue