mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-29 17:33:08 +00:00
Fix (null) in asm.dwarf for CL
This commit is contained in:
parent
f68fbc7771
commit
62cd5c15af
@ -198,3 +198,4 @@ feed the bugs!
|
||||
You haxor! Me jane?
|
||||
r2 talks to you. tries to make you feel well.
|
||||
now i'm like an evil engineer. MUAHAHAH
|
||||
we only have bugs, features are an unintended side-effect
|
||||
|
@ -45,6 +45,8 @@ R_API char *r_bin_addr2text(RBin *bin, ut64 addr, int origin) {
|
||||
file_nopath = strrchr (file_line, '/');
|
||||
if (file_nopath) {
|
||||
file_nopath ++;
|
||||
} else {
|
||||
file_nopath = file_line;
|
||||
}
|
||||
}
|
||||
char *res = r_str_newf ("%s:%d%s%s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user