mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-05 16:47:04 +00:00
- strlcpy was passed a wrong buffer length parameter. has worked so
far by luck.
- use memcpy instead of strlcpy for simplicity.
- 'append' has been a typo: should be 'prepend'.
(cherry-picked from commit 3d415bc5d6)