fts: when there is no risk of overlap, use memcpy, not memmove
authorJim Meyering <meyering@redhat.com>
Tue, 4 Sep 2012 09:31:09 +0000 (11:31 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 4 Sep 2012 10:42:55 +0000 (12:42 +0200)
commitacb0726a65e9a6c954adcd50b50d4d02c016de26
treeee67d91441d8cdb673ba661d8aec2b56bf648ddf
parente78c0c11704500893203872898640bb23162a6f0
fts: when there is no risk of overlap, use memcpy, not memmove

* lib/fts.c (fts_alloc): Fix unjustified memmove: s/memmove/memcpy/
ChangeLog
lib/fts.c