]> git.tuebingen.mpg.de Git - paraslash.git/commit
compress: Use unsigned constant for definition of mask.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 Jul 2018 20:15:42 +0000 (22:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Jul 2018 19:11:52 +0000 (21:11 +0200)
commit61c926ac50ecd72cbcca5727b85f11b8f35584e7
treefd181941b2913657ca21dc26e776ef94e21dc888
parent7e2f19e8178fa3ef85e3d1f6851eeea86a08291d
compress: Use unsigned constant for definition of mask.

Without this, the integer constant is of signed type, which may cause
problems when blocksize is 31.
compress_filter.c