mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
Marcus' mdfour fix... Perhaps this should be sent to the rsync people?
This commit is contained in:
parent
c7f95dda2d
commit
81121d7d44
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ void mdfour_update(struct mdfour *md, unsigned char *in, int n)
|
||||||
m->totalN += 64;
|
m->totalN += 64;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (n) mdfour_tail(in, n);
|
mdfour_tail(in, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue