array_delete_element_at() now uses memmove() instead of memcpy() because it is suppos...
authorArt Cancro <ajc@citadel.org>
Fri, 11 Nov 2022 23:45:41 +0000 (18:45 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 11 Nov 2022 23:45:41 +0000 (18:45 -0500)
commit105801284b462764dd8059e543475c68335da642
tree47c198a8d020bac791d9cda8ba5da212843fae16
parent8281f73d7ccec482786725d622baf7b8c6942da9
array_delete_element_at() now uses memmove() instead of memcpy() because it is supposed to be safer.
libcitadel/lib/array.c