mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
32aac55875
commit
e276f63e4a
6 changed files with 100 additions and 27 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue