Author :
millert
Date :
2022-08-14 14:57:38
Hash :27fc743b Message :db_ctf_decompress: use size_t not off_t for length parameter
The only caller of db_ctf_decompress() passes a size_t for the length.
This eliminates sign comparison warnings without using casts.
OK jca@ tb@