changed ad2str function not to add +0 at labels
This commit is contained in:
parent
9bc53f63a9
commit
b8aa8a2217
@ -84,6 +84,8 @@ string ad2str(ad) addr_t ad; {
|
||||
|
||||
if (ad.ea_str==0)
|
||||
ad.ea_str="";
|
||||
if (ad.ea_off==0)
|
||||
return(mystrcpy(ad.ea_str));
|
||||
sprintf(buf,"%s%c%ld",ad.ea_str,ad.ea_off>=0 ? '+' : ' ',(long)ad.ea_off);
|
||||
return(mystrcpy(buf));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user