forked from GitHub/gf-core
bugfix in lookup_morpho in the C runtime
This commit is contained in:
@@ -1040,6 +1040,9 @@ pgf_symbols_cmp(GuString* psent, PgfSymbols* syms, bool case_sensitive)
|
||||
return -1;
|
||||
|
||||
if (i > 0) {
|
||||
if (!skip_space(psent))
|
||||
return 1;
|
||||
|
||||
while (**psent != 0) {
|
||||
if (!skip_space(psent))
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user