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
9c2d2b25
Commit
9c2d2b25
authored
Aug 17, 2002
by
Michael Smith
Browse files
Minor fix I forgot to commit yesterday for source data length accounting.
svn path=/trunk/icecast/; revision=3845
parent
f8250d8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/source.c
View file @
9c2d2b25
...
...
@@ -168,6 +168,7 @@ void *source_main(void *arg)
break
;
}
if
(
bytes
<=
0
)
break
;
source
->
client
->
con
->
sent_bytes
+=
bytes
;
ret
=
source
->
format
->
get_buffer
(
source
->
format
,
buffer
,
bytes
,
&
refbuf
);
if
(
ret
<
0
)
{
WARN0
(
"Bad data from source"
);
...
...
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