ChangeSet ID: 14583
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/28 08:59:14
Modified files:
dlls/wineps : ppd.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Protect sscanfs with a "C" locale so that they still work with new
glibcs in a locale doesn't use a '.' as a decimal separator.
Patch: http://cvs.winehq.org/patch.py?id=14583
Old revision New revision Changes Path
1.17 1.18 +5 -0 wine/dlls/wineps/ppd.c
ChangeSet ID: 14580
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/28 08:54:26
Modified files:
dlls/wintab32 : context.c
Log message:
Robert North <7ownq0k402(a)sneakemail.com>
- Ensure that if buffer pointer is null, queue is flushed.
- Ensure that correct packets are copied into output buffer.
- Use memmove when moving packets within queue, as source and dest
will typically overlap.
- When moving packets in queue, ensure correct number of packets are
moved.
Patch: http://cvs.winehq.org/patch.py?id=14580
Old revision New revision Changes Path
1.5 1.6 +26 -15 wine/dlls/wintab32/context.c