Mercurial > hg-stable
changeset 7189:8bbbba2a1a9c
merge with crew-stable, again
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 20 Oct 2008 14:58:49 +0200 |
parents | f77c8d8331ca (current diff) 1f07e2e86974 (diff) |
children | aecea6934fdd |
files | mercurial/bdiff.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/bdiff.c Mon Oct 20 14:57:04 2008 +0200 +++ b/mercurial/bdiff.c Mon Oct 20 14:58:49 2008 +0200 @@ -80,7 +80,7 @@ h = 0; for (p = a; p < a + len; p++) { /* Leonid Yuriev's hash */ - h = (h * 1664525) + *p + 1013904223; + h = (h * 1664525) + *p + 1013904223; if (*p == '\n' || p == plast) { l->h = h;