On Sun, Aug 28, 2011 at 2:33 PM, Henri Verbeet hverbeet@gmail.com wrote:
Works fine for me. Also, don't use patch to apply git patches.
Strange:
$ git apply korean.patch error: patch failed: po/ko.po:8715 error: po/ko.po: patch does not apply
Maybe it's in how I fetched the patch? $ wget http://source.winehq.org/patches/data/78034 $ sha1sum 78034 b363a8529306e5e8fef896f79cdf0580fa20e298 78034
But even if I do $ wget 'http://www.winehq.org/pipermail/wine-patches/attachments/20110825/aa6694e4/a...' $ git apply attachment-0001.obj it still fails similarly.
What is the right sha1sum for the patch?