Alexandre Julliard pushed to branch master at wine / wine
Commits: 083c3ded by Alistair Leslie-Hughes at 2024-12-17T17:07:16+01:00 msxml3: Correct looping of Document Element node map.
The basic loop correctly finds the first element, however the second element repeats the first node, since it was incremented and the ns->next was skipped over.
- - - - -
2 changed files:
- dlls/msxml3/element.c - dlls/msxml3/tests/domdoc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/083c3dedee95c217a0b5a25a80b263f...