(struct trdstr): Change trd_type to be short to be consistent with the

rest of the definitions of ef_type.
This commit is contained in:
Ron Koenderink 2006-08-22 03:52:44 +00:00
parent ebf588b713
commit 14ea670fc5

View file

@ -44,7 +44,7 @@ struct trdstr {
short ef_type;
natid trd_owner;
short trd_uid;
char trd_type;
short trd_type;
short trd_unitid;
long trd_price;
int trd_maxbidder;