]> git.pond.sub.org Git - empserver/blobdiff - include/commodity.h
Store uids as int to support more sectors and units
[empserver] / include / commodity.h
index e35457851aaee7515c5f13a044176e03767af396..a36d9b45dd8d1a161cdd71ca9d66b67330116b0d 100644 (file)
@@ -43,7 +43,7 @@
 struct comstr {
     /* initial part must match struct empobj */
     short ef_type;
-    short com_uid;
+    int com_uid;
     unsigned com_seqno;
     time_t com_timestamp;
     natid com_owner;