Rename qc_get_type() to qc_get_type_mask()
To make it plain that it is a mask that is returned and not a specific value from the enum qc_query_type_t.
This commit is contained in:
@ -208,7 +208,7 @@ int test(FILE* input, FILE* expected)
|
||||
memmove(strbuff, tok + 1, strsz - qlen);
|
||||
strsz -= qlen;
|
||||
memset(strbuff + strsz, 0, buffsz - strsz);
|
||||
qc_query_type_t type = qc_get_type(buff);
|
||||
qc_query_type_t type = qc_get_type_mask(buff);
|
||||
char expbuff[256];
|
||||
int expos = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user