bugfix in the handling of BIND in the C runtime

This commit is contained in:
kr.angelov
2014-04-22 13:53:18 +00:00
parent a2c25e88d4
commit b70cea2673

View File

@@ -1268,7 +1268,7 @@ pgf_new_parse_state(PgfParsing* ps, size_t start_offset, BIND_TYPE bind_type)
if ((*pstate)->start_offset == start_offset &&
(*pstate)->end_offset == start_offset &&
!(*pstate)->needs_bind)
return ps->before;
return *pstate;
} else {
if ((*pstate)->start_offset == start_offset)
return *pstate;