http://bugs.winehq.org/show_bug.cgi?id=6971
Ruslan b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |b7.10110111@gmail.com
--- Comment #381 from Ruslan b7.10110111@gmail.com 2010-07-18 15:55:27 --- (In reply to comment #380)
(In reply to comment #378)
Maybe I made something wrong I patch the wine 1.2 final source as: patch -p1 > madscientist-X11DRV_LeaveNotify.patch
I don't know if it works with wine 1.2 (stable), but even if it does, you should read the patch file to the patch command, not write into the file. wrong: patch -p1 > foo.patch correct: patch -p1 < foo.patch
And even better, to not confuse read&write of a file, use patch -p1 -i foo.patch