config: fix string parsing
This commit is contained in:
1
common.c
1
common.c
@@ -1123,6 +1123,7 @@ config_tokenizer_next (struct config_tokenizer *self, struct error **e)
|
|||||||
config_tokenizer_error (self, e, "not a valid UTF-8 string");
|
config_tokenizer_error (self, e, "not a valid UTF-8 string");
|
||||||
return CONFIG_T_ABORT;
|
return CONFIG_T_ABORT;
|
||||||
}
|
}
|
||||||
|
return CONFIG_T_STRING;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *end;
|
char *end;
|
||||||
|
|||||||
Reference in New Issue
Block a user