Fix for section-parser

This commit is contained in:
Simeon Voelkel 2008-08-13 08:33:49 +02:00
parent 19c2af0c69
commit b5dafbcd53

View file

@ -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++;