mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-02-02 15:07:47 -05:00
Lets put this in the right place.
svn path=/trunk/net/; revision=4889
This commit is contained in:
parent
08bf02cf67
commit
4ef26ef74e
@ -354,13 +354,13 @@ int sock_write_fmt(sock_t sock, const char *fmt, va_list ap)
|
||||
if (buff)
|
||||
{
|
||||
len = vsnprintf (buff, len, fmt, ap_retry);
|
||||
va_end (ap_retry);
|
||||
if (len > 0)
|
||||
rc = sock_write_bytes (sock, buff, len);
|
||||
free (buff);
|
||||
}
|
||||
}
|
||||
}
|
||||
va_end (ap_retry);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user