Skip to content
Snippets Groups Projects
Commit 638ee993 authored by rahix's avatar rahix
Browse files

chore(l0der): Convert all sizes to size_t


It does not make sense for the filesize to be given as `int`; it cannot
ever be negative.  Instead, use `size_t` which is unsigned.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 35762f31
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment