ChangeSet ID: 16387
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/02 04:12:52
Modified files:
dlls/comctl32 : rebar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Fix one more place where the code assumes row indices are
zero-based.
- Document a known bug in the layout code.
Patch: http://cvs.winehq.org/patch.py?id=16387
Old revision New revision Changes Path
1.103 1.104 +2 -1 wine/dlls/comctl32/rebar.c
ChangeSet ID: 16380
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/02 04:08:18
Modified files:
dlls/kernel/tests: profile.c
dlls/kernel : profile.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
When enumerating keys using Get(Private)ProfileString do not include
lines without an '=' character. Added a test that shows the behavior.
Patch: http://cvs.winehq.org/patch.py?id=16380
Old revision New revision Changes Path
1.5 1.6 +38 -0 wine/dlls/kernel/tests/profile.c
1.18 1.19 +1 -0 wine/dlls/kernel/profile.c