fix getprogname shim

HAVE_PROGRAM_INVOCATION_SHORT_NAME is always defined; look at wether
it's zero or not.
This commit is contained in:
Omar Polo 2022-07-04 13:43:27 +00:00
parent a3ebbccb8e
commit 225686d7fd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include "../config.h"
#ifdef HAVE_PROGRAM_INVOCATION_SHORT_NAME
#if HAVE_PROGRAM_INVOCATION_SHORT_NAME
#include <errno.h>