mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Need to fix line reads
This commit is contained in:
@ -416,6 +416,7 @@ list *read_cfg(char *filename)
|
||||
strip(line);
|
||||
switch(line[0]){
|
||||
case '[':
|
||||
printf("%s\n", line);
|
||||
current = malloc(sizeof(section));
|
||||
list_insert(sections, current);
|
||||
current->options = make_list();
|
||||
|
Reference in New Issue
Block a user