From a831d35535e278e0534fa4f8848f0113fc8572a2 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 29 Oct 2019 22:38:13 +0100 Subject: treewide: use fprintf As plibc for win32 compatibility has been removed, also replace occurences of FPRINTF compatibility macro with plain fprintf as done in gnunet tree. Signed-off-by: Daniel Golle --- src/social/gnunet-social.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/social/gnunet-social.c') diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c index d89b3d8..f934894 100644 --- a/src/social/gnunet-social.c +++ b/src/social/gnunet-social.c @@ -1176,7 +1176,7 @@ run (void *cls, char *const *args, const char *cfgfile, strlen (opt_ego), &ego_pub_key)) { - FPRINTF (stderr, + fprintf (stderr, _("Public key `%s' malformed\n"), opt_ego); exit_fail (); -- cgit v1.2.3