Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2880)

Unified Diff: courgette/third_party/bsdiff.h

Issue 115435: Store 'diff' bytes by run-length encoding zeros.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/courgette.h ('k') | courgette/third_party/bsdiff_apply.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/third_party/bsdiff.h
===================================================================
--- courgette/third_party/bsdiff.h (revision 16336)
+++ courgette/third_party/bsdiff.h (working copy)
@@ -74,9 +74,6 @@
uint32 slen; // Length of the file to be patched.
uint32 scrc32; // CRC32 of the file to be patched.
uint32 dlen; // Length of the result file.
- uint32 cblen; // Length of the control block in bytes.
- uint32 difflen; // Length of the diff block in bytes.
- uint32 extralen; // Length of the extra block in bytes.
} MBSPatchHeader;
// This is the value for the tag field. Must match length exactly, not counting
« no previous file with comments | « courgette/courgette.h ('k') | courgette/third_party/bsdiff_apply.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698