Index: trunk/src/flag_str.h =================================================================== --- trunk/src/flag_str.h (revision 11743) +++ trunk/src/flag_str.h (revision 11744) @@ -32,7 +32,7 @@ typedef struct { /* This is the bit that we're setting. */ - int mask; + pcb_flag_values_t mask; /* The name used in the output file. */ const char *name;