Corrected a typo.
This commit is contained in:
parent
c6a49a018f
commit
e98c02b831
|
@ -90,7 +90,7 @@ string ad2str(ad) addr_t ad; {
|
||||||
else
|
else
|
||||||
return(mystrcpy(ad.ea_str));
|
return(mystrcpy(ad.ea_str));
|
||||||
}
|
}
|
||||||
sprintf(buf,"%s%c%ld",ad.ea_str,ad.ea_off>=0 ? '+' : ' ',(long)ad.ea_off);
|
sprintf(buf,"%s%c%ld",ad.ea_str,ad.ea_off>=0 ? '+' : '-',(long)ad.ea_off);
|
||||||
return(mystrcpy(buf));
|
return(mystrcpy(buf));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue