Skip to content

Commit 329a9b6

Browse files
authoredJul 24, 2019
Update r2 and Fix for /c -> /a change (rizinorg#1689)
1 parent a6e03d4 commit 329a9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎radare2

‎src/widgets/SearchWidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void SearchWidget::refreshSearchspaces()
221221
cur_idx = 0;
222222

223223
ui->searchspaceCombo->clear();
224-
ui->searchspaceCombo->addItem(tr("asm code"), QVariant("/ccj"));
224+
ui->searchspaceCombo->addItem(tr("asm code"), QVariant("/acj"));
225225
ui->searchspaceCombo->addItem(tr("string"), QVariant("/j"));
226226
ui->searchspaceCombo->addItem(tr("hex string"), QVariant("/xj"));
227227
ui->searchspaceCombo->addItem(tr("ROP gadgets"), QVariant("/Rj"));

0 commit comments

Comments
 (0)
Please sign in to comment.