]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: use xcalloc rather than xmalloc+memset (no semantic change)
authorJim Meyering <meyering@redhat.com>
Thu, 4 Aug 2011 16:46:16 +0000 (18:46 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 8 Aug 2011 08:12:38 +0000 (10:12 +0200)
commit005534907cdc7ff0a4c7908631ff596c4b07ba56
treecbdbfdd848cca309c316dbc8108f68c83d40cd42
parent149499925eaabee4ef4e5c7cfaa033d8db218c2a
maint: use xcalloc rather than xmalloc+memset (no semantic change)

* src/join.c (init_linep): Use xcalloc, not xmalloc+memset.
src/join.c