Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
b4166442
Commit
b4166442
authored
Jun 06, 2003
by
Karl Heyes
Browse files
Lets put this in the right place.
svn path=/trunk/net/; revision=4889
parent
b4cdad00
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/net/sock.c
View file @
b4166442
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment