Module: wine Branch: master Commit: cce2b95a8f7dc1f8f74437a8822cfd1149a4dd73 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cce2b95a8f7dc1f8f74437a882...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat May 19 14:38:30 2012 +0400
msxml3/tests: Fix test crashes running old versions.
---
dlls/msxml3/tests/saxreader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c index 49a6cb0..b4d6f7f 100644 --- a/dlls/msxml3/tests/saxreader.c +++ b/dlls/msxml3/tests/saxreader.c @@ -3760,7 +3760,7 @@ static void test_mxwriter_encoding(void) "%s: encoding not accepted\n", enc); if (hr != S_OK) { - enc = encoding_names[i++]; + enc = encoding_names[++i]; IStream_Release(stream); continue; }