]> git.pond.sub.org Git - empserver/commitdiff
(struct trdstr): Change trd_type to be short to be consistent with the
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 22 Aug 2006 03:52:44 +0000 (03:52 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 22 Aug 2006 03:52:44 +0000 (03:52 +0000)
rest of the definitions of ef_type.

include/trade.h

index 368af9730787e70b85049da69b2973cc7c6ea74a..2802d97ab494c1c0d5aa0c2e7ad2d8f8c81f2580 100644 (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;