On Tue, Nov 17, 2009 at 3:50 PM, Charles Davis cdavis@mymail.mines.edu wrote:
If I comment out the for loop and initialize i to 1, the test succeeds on Windows.
There's one test that succeeds if there are exactly two BitBlt() records in the metafile. The test_BitBlt_record() function just increments i (through a pointer) every time it encounters a BitBlt() record. What happens when i is initialized to 0?
Sorry, that was a typo. I really did initialize i to 0.