From: Dale Weiler Date: Sat, 14 Dec 2013 11:02:39 +0000 (-0500) Subject: typo X-Git-Tag: xonotic-v0.8.0~32 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d43a2701425e8bfafa9fa86e8c5a444b21d9cfe4 typo --- diff --git a/hash.c b/hash.c index 937ccda..769f445 100644 --- a/hash.c +++ b/hash.c @@ -191,7 +191,7 @@ static GMQCC_FORCEINLINE void hash_native_process(uint32_t *ph1, uint32_t *carry * Alignment has been reached, deal with aligned blocks, specializing for * all possible carry counts. */ - end = ptr + len / 4 * 4; + end = ptr + length / 4 * 4; switch (n) { case 0: for (; ptr < end; ptr += 4) {