add dynamic config unit-test and hierarchy unfinished
This commit is contained in:
@@ -52,7 +52,7 @@ int get_column_pos(const char *line, int column_seq, size_t *offset, size_t *len
|
||||
char *str = NULL;
|
||||
char *saveptr = NULL;
|
||||
char *subtoken = NULL;
|
||||
const char *seps = " \t";
|
||||
const char *seps = "\t";
|
||||
char *dup_line = maat_strdup(line);
|
||||
|
||||
for (str = dup_line; ; str = NULL) {
|
||||
|
||||
Reference in New Issue
Block a user