]> Savannah Git Hosting - gnulib.git/commit
crc-tests: use consistent type for randomb
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Feb 2025 22:14:07 +0000 (14:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Feb 2025 22:16:41 +0000 (14:16 -0800)
commit701b0b60874da05833ac6011d47dee709a24dc0f
tree72bf2dd3c5e45fd1d7b2010521f8de513ce43cb4
parent42792a513bf54315771ac6dcc7ed23ad89bd0d8a
crc-tests: use consistent type for randomb

* tests/randomb.c (randomb): Now array of char, not unsigned char,
since callers all want char.  All uses changed.
ChangeLog
tests/bench-crc.c
tests/macros.h
tests/randomb.c