1
0
Fork 0

fixed comments added twice

This commit is contained in:
torusrxxx 2021-12-26 17:39:08 +08:00
parent 3817686d95
commit 8309cedcf3
No known key found for this signature in database
GPG Key ID: A795C73A0F1CFADD
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ static bool getAutoComment(duint addr, String & comment)
// Add autocomment for breakpoints with BreakpointsView format because there's usually something useful
if(BpGet(addr, BPNORMAL, nullptr, &bp) || BpGet(addr, BPHARDWARE, nullptr, &bp))
{
temp_string.clear();
auto next = [&temp_string]()
{
if(!temp_string.empty())