link.h wrong type

Change to unsigned incorrectly increased size.

e88a186fc3
This commit is contained in:
Michael Davidsaver
2024-04-02 08:35:25 -07:00
parent 5dfc6caf3c
commit cb1571783b

View File

@@ -193,7 +193,7 @@ struct lset;
struct link {
struct dbCommon *precord; /* Pointer to record owning link */
short type;
unsigned flags;
unsigned short flags;
struct lset *lset;
char *text; /* Raw link text */
union value value;