Skip to content

Commit

Permalink
link.h wrong type
Browse files Browse the repository at this point in the history
Change to unsigned incorrectly increased size.

e88a186
  • Loading branch information
mdavidsaver committed Apr 2, 2024
1 parent 5dfc6ca commit cb15717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/src/ioc/dbStatic/link.h
Expand Up @@ -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;
Expand Down

0 comments on commit cb15717

Please sign in to comment.