TIteratorBlock never moves forward

Issue #42 resolved
Former user created an issue

TIteratorBlock check for fState in MoveNext. It checks for 1 (creating enumerator) and 2 (running), but fState has value 0 (STATE_ENUMERATOR) on first call to MoveNext.

Comments (1)

  1. Log in to comment