Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f7d8835a
Commit
f7d8835a
authored
Sep 19, 2005
by
Felix Paul Kühne
Browse files
* fixed 2 minor compilation warnings
parent
2e1869c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/mms/mmstu.c
View file @
f7d8835a
...
...
@@ -1016,7 +1016,7 @@ static int NetFillBuffer( access_t *p_access )
if
(
i_handle_max
==
0
)
{
msg_Warn
(
p_access
,
"nothing to read %d:%d"
,
i_tcp
,
i_udp
);
msg_Warn
(
p_access
,
"nothing to read %d:%d"
,
(
int
)
i_tcp
,
(
int
)
i_udp
);
return
0
;
}
else
...
...
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