Skip to content

Commit

Permalink
m_option: give M_OPT_NOCFG a value different from M_OPT_TYPE_USES_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella committed Dec 8, 2024
1 parent c350d03 commit 0fb6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/m_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ struct m_option {
char *format_file_size(int64_t size);

// The option is forbidden in config files.
#define M_OPT_NOCFG (UINT64_C(1) << 2)
#define M_OPT_NOCFG (UINT64_C(1) << 3)

// The option should be set during command line pre-parsing
#define M_OPT_PRE_PARSE (UINT64_C(1) << 4)
Expand Down

0 comments on commit 0fb6d24

Please sign in to comment.