dxx-rebirth/similar/2d
Kp 695e8b9ba1 Use memcpy for font filename
Prefer memcpy with a predetermined length, rather than strncpy, which
could leave the buffer without a terminator.  No current callers could
cause the lack of a terminator, but gcc-13 warns about it, so rearrange
the code to fix the warning.
2023-05-20 16:37:26 +00:00
..
font.cpp Use memcpy for font filename 2023-05-20 16:37:26 +00:00
palette.cpp Remove support for -DSWAP_0_255 2023-04-23 21:45:31 +00:00
pcx.cpp Fix build for sdlimage=0 2023-03-25 12:41:29 +00:00