Fix for section-parser
This commit is contained in:
parent
19c2af0c69
commit
b5dafbcd53
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ lumiera_configitem_parse (LumieraConfigitem self, const char* line)
|
|||
/*this is a section*/
|
||||
|
||||
/*skip blanks before prefix*/
|
||||
itr++;
|
||||
while (*itr && isspace(*itr))
|
||||
itr++;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue