From 14ea670fc5f477fa1fa0161d90637012f775eab6 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Tue, 22 Aug 2006 03:52:44 +0000 Subject: [PATCH] (struct trdstr): Change trd_type to be short to be consistent with the rest of the definitions of ef_type. --- include/trade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trade.h b/include/trade.h index 368af973..2802d97a 100644 --- a/include/trade.h +++ b/include/trade.h @@ -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;