Fix (null) in asm.dwarf for CL

This commit is contained in:
pancake 2016-12-22 17:36:52 +01:00
parent f68fbc7771
commit 62cd5c15af
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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",