mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -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;
|
return -1;
|
||||||
|
|
||||||
if (i > 0) {
|
if (i > 0) {
|
||||||
|
if (!skip_space(psent))
|
||||||
|
return 1;
|
||||||
|
|
||||||
while (**psent != 0) {
|
while (**psent != 0) {
|
||||||
if (!skip_space(psent))
|
if (!skip_space(psent))
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user