The generated patch was missing a line of the diff.
authorFrancois Gouget <fgouget@free.fr>
Thu, 7 Oct 2004 17:33:29 +0000 (17:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Oct 2004 17:33:29 +0000 (17:33 +0000)
commitc4c271f1e40a090a3fdbee286a219502d68b8592
treeccec4ed8081ba456a973b9213b6cdccb83243aeb
parentd1dceca69f012c837995a71adb419f9e97925535
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.
tools/genpatch