ChangeSet ID: 17232 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/25 10:51:45
Modified files: tools/winedump : dump.c tools : sfnt2fnt.c libs/wine : loader.c debug.c include/wine : library.h dlls/ntdll : file.c dlls/msvcrt : mbcs.c
Log message: Remove a few more instances of strncpy.
Patch: http://cvs.winehq.org/patch.py?id=17232
Old revision New revision Changes Path 1.1 1.2 +6 -5 wine/tools/winedump/dump.c 1.4 1.5 +4 -6 wine/tools/sfnt2fnt.c 1.23 1.24 +42 -18 wine/libs/wine/loader.c 1.4 1.5 +4 -2 wine/libs/wine/debug.c 1.35 1.36 +3 -3 wine/include/wine/library.h 1.83 1.84 +3 -3 wine/dlls/ntdll/file.c 1.31 1.32 +26 -12 wine/dlls/msvcrt/mbcs.c