make link::flags bit field unsigned

This commit is contained in:
Michael Davidsaver
2023-11-24 18:38:06 -08:00
parent 20f32068c3
commit e88a186fc3

View File

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