From ec03a4ed9560d63ab889e74385b4335515ac35ec Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 7 May 2013 22:23:28 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4347 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/net_wins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/net_wins.c b/engine/common/net_wins.c index c606abd47..4fa4e12ca 100644 --- a/engine/common/net_wins.c +++ b/engine/common/net_wins.c @@ -4169,7 +4169,7 @@ static qboolean FTENET_WebSocket_GetPacket(ftenet_generic_connection_t *gcon) if (len) { char adr[64]; - Con_TPrintf (TL_OVERSIZEPACKETFROM, NET_AdrToString (adr, sizeof(adr), net_from)); + Con_TPrintf (TL_OVERSIZEPACKETFROM, NET_AdrToString (adr, sizeof(adr), &net_from)); return false; } return true;