Typo corrected
This commit is contained in:
parent
ca44bfc681
commit
02ff84337a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ string ad2str(ad) addr_t ad; {
|
||||||
if (ad.ea_str==0)
|
if (ad.ea_str==0)
|
||||||
ad.ea_str="";
|
ad.ea_str="";
|
||||||
if ((long)ad.ea_off==(long)0) {
|
if ((long)ad.ea_off==(long)0) {
|
||||||
if strcmp(ad.ea_str,"")
|
if(ad.ea_str[0]==0)
|
||||||
return(mystrcpy("0")); /* don't return empty string */
|
return(mystrcpy("0")); /* don't return empty string */
|
||||||
else
|
else
|
||||||
return(mystrcpy(ad.ea_str));
|
return(mystrcpy(ad.ea_str));
|
||||||
|
|
Loading…
Reference in a new issue