dxx-rebirth/similar
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
..
2d Use memcpy for font filename 2023-05-20 16:37:26 +00:00
3d Document type of gr_find_closest_color_15bpp input 2023-04-22 14:56:35 +00:00
arch Use RAII to manage SDL_LockAudio state 2023-05-13 15:02:55 +00:00
editor Eliminate unnecessary string copy in PHYSFSX_addRelToSearchPath 2023-05-13 15:02:55 +00:00
main Use memcpy for font filename 2023-05-20 16:37:26 +00:00
misc Eliminate unnecessary string copy in PHYSFSX_addRelToSearchPath 2023-05-13 15:02:55 +00:00