(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:
parent
ebf588b713
commit
14ea670fc5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue