_parse_key will now return 1 if the key DOES have arguments
parent
3dd5b82cb0
commit
56956f9330
|
@ -92,7 +92,7 @@ int _parse_key(FILE* file, char* out) {
|
||||||
}
|
}
|
||||||
} while(c != ':' && c != ';');
|
} while(c != ':' && c != ';');
|
||||||
|
|
||||||
return c != ':';
|
return c == ':';
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
Loading…
Reference in New Issue