mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Remove annoying message (from #3186)
This commit is contained in:
parent
5105830b5c
commit
fe4754440b
@ -127,7 +127,6 @@ R_API RList *r_core_asm_strsearch(RCore *core, const char *input, ut64 from, ut6
|
||||
if (align) {
|
||||
if (addr % align) {
|
||||
matches = false;
|
||||
eprintf ("Address not valid 0x%"PFMT64x"\n", addr);
|
||||
}
|
||||
}
|
||||
if (matches) {
|
||||
|
Loading…
Reference in New Issue
Block a user