Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
6f7d1706
Commit
6f7d1706
authored
May 15, 2002
by
Marc Ariberti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* removed a debug message that I forgot in my previous commit
parent
f4012b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/input/input_ext-plugins.c
src/input/input_ext-plugins.c
+1
-2
No files found.
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