maint: tac: use memcpy, not strcpy
commit219b894de4c366496ffdf3591389de074bfdb2b9
authorJim Meyering <meyering@redhat.com>
Thu, 19 Apr 2012 09:32:04 +0000 (19 11:32 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Apr 2012 11:10:36 +0000 (19 13:10 +0200)
treec99e19abebaef2761fe4a3eb4a17b525478e5d18
parentbcb9078e380d81be62e8df00c45afc2f57392dc2
maint: tac: use memcpy, not strcpy

* src/tac.c (main): Use memcpy, not strcpy, since we know the length.
src/tac.c