aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-wlan-dummy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-03 13:01:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-03 13:01:03 +0000
commit07ba7a57a5b65b2bc2855c2200cff487b87f497d (patch)
treee903f951dd8505a6543b15004b350f5e78b87bbc /src/transport/gnunet-helper-transport-wlan-dummy.c
parentffd4fa2b692f7658a018be1fa49c1fad0cfab465 (diff)
-w32 fprintf fix
Diffstat (limited to 'src/transport/gnunet-helper-transport-wlan-dummy.c')
-rw-r--r--src/transport/gnunet-helper-transport-wlan-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan-dummy.c b/src/transport/gnunet-helper-transport-wlan-dummy.c
index dddd51cb7e..846869e598 100644
--- a/src/transport/gnunet-helper-transport-wlan-dummy.c
+++ b/src/transport/gnunet-helper-transport-wlan-dummy.c
@@ -133,7 +133,7 @@ stdin_send (void *cls, void *client, const struct GNUNET_MessageHeader *hdr)
if ( (GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER != ntohs (hdr->type)) ||
(sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage) > sendsize) )
{
- fprintf (stderr, "Received malformed message\n");
+ FPRINTF (stderr, "%s", "Received malformed message\n");
exit (1);
}
payload_size = sendsize - sizeof (struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage);