icestorm/icepack
Marian Buschsieweke b171bdf665
icebram,icepack: use correct format specifiers for size
For printing `size_t` the format specifier `%lu` was used in the code.
However, `%lu` is used to print `unsigned long`. The correct format
specifier for `size_t` is `%zu`, so let's use that.
2024-06-21 23:36:34 +02:00
..
.gitignore Add more build products to .gitignore. 2021-03-05 12:43:57 +00:00
Makefile Support custom PROGRAM_PREFIX 2020-04-10 10:05:17 +02:00
icepack.cc icebram,icepack: use correct format specifiers for size 2024-06-21 23:36:34 +02:00