aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-10-29 22:38:13 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-10-29 22:38:13 +0100
commita831d35535e278e0534fa4f8848f0113fc8572a2 (patch)
treec19ee1ef2e8c97daefd80e56ee085c672a8db89e /src/social/gnunet-social.c
parentbe0d5ec3c095c67a037b27cc130ef624eeff6bbb (diff)
downloadgnunet-secushare-a831d35535e278e0534fa4f8848f0113fc8572a2.tar.gz
gnunet-secushare-a831d35535e278e0534fa4f8848f0113fc8572a2.zip
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 <daniel@makrotopia.org>
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c2
1 files changed, 1 insertions, 1 deletions
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,
1176 strlen (opt_ego), 1176 strlen (opt_ego),
1177 &ego_pub_key)) 1177 &ego_pub_key))
1178 { 1178 {
1179 FPRINTF (stderr, 1179 fprintf (stderr,
1180 _("Public key `%s' malformed\n"), 1180 _("Public key `%s' malformed\n"),
1181 opt_ego); 1181 opt_ego);
1182 exit_fail (); 1182 exit_fail ();