Changed most instances of memcpy() to memmove().
authorDavid Griffith <dave@661.org>
Sat, 25 Aug 2018 22:12:04 +0000 (15:12 -0700)
committerDavid Griffith <dave@661.org>
Sat, 25 Aug 2018 22:12:04 +0000 (15:12 -0700)
commit62afb2c44bba6118846d5509a4f72f0dd5d17227
treebba0c82a4be65e99cbc3fcb408c6aeaf780bfa55
parent035d9016c4cbb262cb4f50755a23c629ec40e4a2
Changed most instances of memcpy() to memmove().

The sole remainder is one of _fmemcpy() in the DOS interface code.
src/common/fastmem.c
src/common/quetzal.c
src/curses/ux_audio.c
src/sdl/sf_aiffwav.c
src/sdl/sf_font3.c
src/sdl/sf_fonts.c
src/sdl/sf_images.c
src/sdl/sf_util.c
src/sdl/sf_video.c