Closed david4599 closed 1 year ago
Thanks! Looks like I need to fix the github actions workflow first, seems like they upgraded the image from Ubuntu 20.04 to 22.04, will check that tonight.
Done, can you rebase on the latest master?
Should be good now.
Thanks!
Hey, here are some fixes for the f1tattoo console app.
tattoo_read_png()
.#ifdef USE_LIBPNG
should be replaced by#ifndef USE_LIBPNG
to get the warning message properly displayed when f1tattoo is compiled with libpng or not.fread()
worked on linux but not on mingw becausefopen()
was not set to open the file in binary mode.