1
0
Fork 0

GUI: removed optimization

This commit is contained in:
mrexodia 2016-10-01 18:51:39 +02:00
parent 022bceb8f7
commit 58fa9c7e2e
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -1928,7 +1928,7 @@ QString Disassembly::getAddrText(dsint cur_addr, char label[MAX_LABEL_SIZE])
*label_ = 0;
if(label)
strcpy_s(label, MAX_LABEL_SIZE, label_);
return std::move(addrText);
return addrText;
}
/**