From 34c0fd8f36269699b75e0aaf841911b5ae06246e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 28 Aug 2018 13:23:45 +0200 Subject: Simplify en* functions, and handle argv0 == NULL correct MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- envputenvf.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'envputenvf.c') diff --git a/envputenvf.c b/envputenvf.c index cf30208..cdcf4f5 100644 --- a/envputenvf.c +++ b/envputenvf.c @@ -3,16 +3,11 @@ #ifndef TEST -extern char *argv0; - - void libsimple_envputenvf(int status, const char *fmt, va_list ap) /* TODO test */ { - if (vputenvf(fmt, ap)) { - fprintf(stderr, "%s: putenvf: %s\n", argv0, strerror(errno)); - exit(status); - } + if (vputenvf(fmt, ap)) + enprintf(status, "putenvf:"); } -- cgit v1.2.3-70-g09d2