Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix pkg_warnx macro
Andrej Zverev committed 11 years ago
commit d2f2e64bfb36fad259c23da3aa8e0bb2791d9190
parent 8b109ae
1 file changed +1 -1
modified src/pkgcli.h
@@ -31,7 +31,7 @@
#include <stdint.h>
#include <bsd_compat.h>

-
#define pkg_warnx(fmt, ...) pkg_fprintf(stderr, "%s" fmt, getprogname(), __VA_ARGS__, -1)
+
#define pkg_warnx(fmt, ...) pkg_fprintf(stderr, "%S: " fmt, getprogname(), __VA_ARGS__, -1)

extern bool quiet;
extern int nbactions;