]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strutils: rename strappend() to strconcat()
authorKarel Zak <kzak@redhat.com>
Thu, 5 Aug 2021 09:25:54 +0000 (11:25 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Aug 2021 09:30:37 +0000 (11:30 +0200)
commit8420463b6d4cb30251e8a79b7fa3c19b0091da8e
treeb6e0dd5c60909fb5fdb952d769f584f806b61bba
parent5f9b88f43ba7f98f81bde3538d5f4e5cd1a6c01c
lib/strutils: rename strappend() to strconcat()

It concatenates two strings to a new string. It's something else than
"append".

Signed-off-by: Karel Zak <kzak@redhat.com>
include/strutils.h
lib/strutils.c
lib/strv.c
libmount/src/tab.c
misc-utils/getopt.c
misc-utils/logger.c