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
Steve Lhomme
VLC
Commits
6f7d1706
Commit
6f7d1706
authored
May 15, 2002
by
Marc Ariberti
Browse files
* removed a debug message that I forgot in my previous commit
parent
f4012b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input_ext-plugins.c
View file @
6f7d1706
...
...
@@ -2,7 +2,7 @@
* input_ext-plugins.c: useful functions for access and demux plug-ins
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: input_ext-plugins.c,v 1.
7
2002/05/15 13:
07:18
marcari Exp $
* $Id: input_ext-plugins.c,v 1.
8
2002/05/15 13:
36:40
marcari Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -690,7 +690,6 @@ void input_FDNetworkClose( input_thread_t * p_input )
intf_WarnMsg
(
2
,
"input: closing network `%s/%s:%s'"
,
p_input
->
psz_access
,
p_input
->
psz_demux
,
p_input
->
psz_name
);
intf_ErrMsg
(
"input: socket close : %d"
,
p_access_data
->
i_handle
);
#ifdef WIN32
closesocket
(
p_access_data
->
i_handle
);
#else
...
...
Write
Preview
Markdown
is supported
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