bugfix in lookup_morpho in the C runtime

This commit is contained in:
krasimir
2015-08-06 11:51:23 +00:00
parent 764a5ba90b
commit a982a4d15f

View File

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