summaryrefslogtreecommitdiffstats
path: root/third_party/bspatch/README.google
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 17:40:14 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 17:40:14 +0000
commit584fa1d4f6bcc7e0c769e0dbfa36f819a93f3ec2 (patch)
treef4f30864356f5f32caa4fe5f1caf5d5174f5a4ce /third_party/bspatch/README.google
parentbc440904b0a365ee6cad952086662e5cdd60a5c1 (diff)
downloadchromium_src-584fa1d4f6bcc7e0c769e0dbfa36f819a93f3ec2.zip
chromium_src-584fa1d4f6bcc7e0c769e0dbfa36f819a93f3ec2.tar.gz
chromium_src-584fa1d4f6bcc7e0c769e0dbfa36f819a93f3ec2.tar.bz2
Fix binary patching for localized OS. Not sure how it was working till now.
BUG=1557 Review URL: http://codereview.chromium.org/268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bspatch/README.google')
-rw-r--r--third_party/bspatch/README.google3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/bspatch/README.google b/third_party/bspatch/README.google
index 9f26265..3c6f8685 100644
--- a/third_party/bspatch/README.google
+++ b/third_party/bspatch/README.google
@@ -8,3 +8,6 @@ http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/
The license is shared in common with bsdiff.
Local changes include CRC32 verification.
+
+Update(08 Sep 08): Changed ApplyBinaryPatch to accept wchar_t paths
+instead of char paths. \ No newline at end of file