Qt: Fix hex search

This commit is contained in:
Vicki Pfau 2017-06-19 21:02:30 -07:00
parent 77cf869941
commit e118fec1cf
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ bool MemorySearch::createParams(mCoreMemorySearchParams* params) {
params->type = mCORE_MEMORY_SEARCH_32;
}
if (m_ui.numHex->isChecked()) {
bool ok;
uint32_t v = m_ui.value->text().toUInt(&ok, 16);
if (ok) {
switch (params->type) {