mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-01-05 19:58:18 +00:00
DBG: stringformat fix
This commit is contained in:
parent
5532333101
commit
0370886aad
@ -161,6 +161,8 @@ String stringformat(String format, const FormatValueVector & values)
|
||||
}
|
||||
if(inFormatter && formatString.size())
|
||||
output += handleFormatString(formatString, values);
|
||||
else if(inFormatter)
|
||||
output += "{";
|
||||
return output;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user