From a1ad0db8a6d829eddf1478cee44ae976bbcd325f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Apr 2026 14:48:54 +0100 Subject: Fix integer conversions in code, tests and some tools --- test/122_gendata_h48short/gendata_h48short_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/122_gendata_h48short') diff --git a/test/122_gendata_h48short/gendata_h48short_tests.c b/test/122_gendata_h48short/gendata_h48short_tests.c index efd378b..0996f8c 100644 --- a/test/122_gendata_h48short/gendata_h48short_tests.c +++ b/test/122_gendata_h48short/gendata_h48short_tests.c @@ -34,7 +34,7 @@ void run(void) { capacity = readl(); randomizer = readl(); - arg.maxdepth = readl(); + arg.maxdepth = (uint8_t)readl(); arg.crep = crep; arg.selfsim = selfsim; arg.map = ↦ -- cgit v1.3