From e276f63e4a80e8d1cb1ba5621cedaeb0ccda956d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Aug 2020 15:50:50 +0200 Subject: gpgtar: Make --files-from and --null work as described. * tools/gpgtar-create.c (gpgtar_create): Add args files_from and null_names. Improve reading from a file. * tools/gpgtar.c: Make global vars static. (main): Remove tests for --files-from and --null option combinations. Pass option variables to gpgtar_create. -- GnuPG-bug-id: 5027 Signed-off-by: Werner Koch --- common/utf8conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/utf8conv.c') diff --git a/common/utf8conv.c b/common/utf8conv.c index d2c282002..01604e176 100644 --- a/common/utf8conv.c +++ b/common/utf8conv.c @@ -803,7 +803,7 @@ wchar_to_native (const wchar_t *string) } -/* Return a malloced wide char string from an UTF-8 encoded input +/* Return a malloced wide char string from native encoded input * string STRING. Caller must free this value. Returns NULL and sets * ERRNO on failure. Calling this function with STRING set to NULL is * not defined. */ -- cgit v1.2.3