[quake3-commits] [ioquake/ioq3] 7e2aa2: Remove extra plus sign from Huff_Compress()
Zack Middleton
zack at cloemail.com
Sun Jan 14 19:39:08 EST 2018
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 7e2aa2c6274e6cdcdc07d5e987e6d851c31e8718
https://github.com/ioquake/ioq3/commit/7e2aa2c6274e6cdcdc07d5e987e6d851c31e8718
Author: Zack Middleton <zack at cloemail.com>
Date: 2018-01-14 (Sun, 14 Jan 2018)
Changed paths:
M code/qcommon/huffman.c
Log Message:
-----------
Remove extra plus sign from Huff_Compress()
There was an extra plus sign in Huff_Compress(). It wasn't causing any
issues as it does not affect the generated code. Removing it makes the
source code the same as Huff_Decompress().
The odd source code was brought to my attention by Tobias Kuehnhammer.
More information about the quake3-commits
mailing list