X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=delta.h;h=31d1820f80f2887d51808170fc86585ada42d42e;hb=50b4e0c178777a27164eb67676593255a9cbd035;hp=c6a476353f7122884cb4769685089d63c886631c;hpb=962537a3eb03a118cf27d9d0da365a3216ed1caa;p=git.git diff --git a/delta.h b/delta.h index c6a47635..31d1820f 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