mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Remove debug printf
This commit is contained in:
parent
051de62f9e
commit
45a04948b7
@ -51,7 +51,6 @@ R_API RBuffer *r_buf_mmap (const char *file, int flags) {
|
||||
if (b->length == 0) b->empty = 1;
|
||||
return b;
|
||||
}
|
||||
eprintf ("MMAP FAIL\n");
|
||||
r_buf_free (b);
|
||||
return NULL; /* we just freed b, don't return it */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user