ChangeSet ID: 11159 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/18 19:13:13
Modified files: include/msvcrt : stdio.h dlls/msvcrt : scanf.h scanf.c file.c
Log message: Fixed varargs handling in the scanf functions (spotted by Eric Pouech).
Patch: http://cvs.winehq.org/patch.py?id=11159
Old revision New revision Changes Path 1.15 1.16 +8 -0 wine/include/msvcrt/stdio.h 1.14 1.15 +6 -9 wine/dlls/msvcrt/scanf.h 1.5 1.6 +110 -16 wine/dlls/msvcrt/scanf.c 1.63 1.64 +0 -31 wine/dlls/msvcrt/file.c