(xunsymbol): Fix xunsymbol() to parse multiple symbols for a

symbol_set (NSC_BITS).
This commit is contained in:
Ron Koenderink 2005-11-13 01:45:39 +00:00
parent ede257e8f2
commit 50e4ef3e39

View file

@ -184,7 +184,6 @@ xunsymbol(struct castr *ca, char *buf)
if (!(ca->ca_flags & NSC_BITS)) if (!(ca->ca_flags & NSC_BITS))
return(symbol[i].value); return(symbol[i].value);
value |= symbol[i].value; value |= symbol[i].value;
break;
} }
else else
return gripe("Symbol %s was not found for field %s", token, return gripe("Symbol %s was not found for field %s", token,