tcp: Fix compiling with mingw

https://bugzilla.gnome.org/show_bug.cgi?id=673056
This commit is contained in:
Raimo Järvi 2012-03-29 13:32:15 +03:00 committed by Wim Taymans
parent b52c035f13
commit 086bee8c14

View file

@ -656,8 +656,8 @@ gst_multi_socket_sink_handle_client_write (GstMultiSocketSink * sink,
/* partial write means that the client cannot read more and we should
* stop sending more */
GST_LOG_OBJECT (sink,
"partial write on %p of %" G_GSSIZE_FORMAT " bytes", socket,
wrote);
"partial write on %p of %" G_GSSIZE_FORMAT " bytes",
mhclient->handle.socket, wrote);
mhclient->bufoffset += wrote;
more = FALSE;
} else {