X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=delta.h;h=31d1820f80f2887d51808170fc86585ada42d42e;hb=5ea06e2014a910240408f74b9dab2128a30fd06c;hp=c6a476353f7122884cb4769685089d63c886631c;hpb=962537a3eb03a118cf27d9d0da365a3216ed1caa;p=git.git diff --git a/delta.h b/delta.h index c6a476353..31d1820f8 100644 --- a/delta.h +++ b/delta.h @@ -9,8 +9,8 @@ extern void *patch_delta(void *src_buf, unsigned long src_size, void *delta_buf, unsigned long delta_size, unsigned long *dst_size); -/* the smallest possible delta size is 2 bytes (empty to empty) */ -#define DELTA_SIZE_MIN 2 +/* the smallest possible delta size is 4 bytes */ +#define DELTA_SIZE_MIN 4 /* * This must be called twice on the delta data buffer, first to get the