mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-12 03:04:02 +00:00
* DiskImage: match new[] with delete[] Signed-off-by: Sven Schnelle <fz@stackframe.org> * st_tos: match new[] with delete[] Signed-off-by: Sven Schnelle <fz@stackframe.org> * scaler: fix calloc arguments The first argument is the number of members, the second argument the size of each member. Swap the arguments to the correct order to prevent warings with newer compilers. Signed-off-by: Sven Schnelle <fz@stackframe.org> --------- Signed-off-by: Sven Schnelle <fz@stackframe.org>