mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28: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 += formatInfo.mAction;
|
||||
}
|
||||
else
|
||||
if ((debugVis != NULL) && (!debugVis->mAction.empty()))
|
||||
else if ((debugVis != NULL) && (!debugVis->mAction.empty()))
|
||||
{
|
||||
String rawActionStr = mDebugManager->mDebugVisualizers->DoStringReplace(debugVis->mAction, dbgVisWildcardCaptures);
|
||||
String actionStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue