edmund-huber / aspng

application-specific PNGs
1 stars 0 forks source link

Convert remaining `size_t` -> `int32_t` #1

Open edmund-huber opened 4 years ago

edmund-huber commented 4 years ago

In 75da42ea71055f10437eb777e1f8bc6748309421 I started converting most uses of size_t to int32_t to match how Coord uses int32_t. I fixed enough to get gcc to stop complaining about signedness errors, but I stopped there. Consider finishing up?