mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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