aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_static/images/checkerboard.sh
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@posteo.net>2024-06-21 23:36:34 +0200
committerMarian Buschsieweke <marian.buschsieweke@posteo.net>2024-06-21 23:36:34 +0200
commitb171bdf66581e608fe3f3d06de055305626a306a (patch)
tree40b0aa97bb567318a7f1b587e00396d21acd527f /docs/source/_static/images/checkerboard.sh
parentc23e99c484aa7c5703905d07694adfc710afcf3e (diff)
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.
Diffstat (limited to 'docs/source/_static/images/checkerboard.sh')
0 files changed, 0 insertions, 0 deletions