ChangeSet ID: 14088
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/07 12:33:29
Modified files:
tools : genpatch
Log message:
Francois Gouget <fgouget(a)free.fr>
The generated patch was missing a line of the diff.
genpatch was also depending on the new files being listed first by
'cvs diff' (which is the case but I'm not sure there is any hard
guarantee).
Use 'perl -w' for more checking, fix the resulting 'undefined value'
warnings. In many cases we don't just want $options{xxx} to exist, we
want it to be defined.
Restrict the scope of variables and remove unneeded variables.
Patch: http://cvs.winehq.org/patch.py?id=14088
Old revision New revision Changes Path
1.6 1.7 +27 -33 wine/tools/genpatch
ChangeSet ID: 14087
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/06 23:25:29
Modified files:
programs/winefile: winefile.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Fix "move file" implementation, in detail:
- use TCHAR to make the code UNICODE compatible
- pass return string buffer to the dialog procedure
- call display_error() in case of errors to display the WIN32 error
message
- use slash instead of back slash for unix file system compatibility
- format the code equally to the remaining winefile code
Patch: http://cvs.winehq.org/patch.py?id=14087
Old revision New revision Changes Path
1.23 1.24 +44 -31 wine/programs/winefile/winefile.c