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
4dd0ebcc
Commit
4dd0ebcc
authored
Feb 23, 2001
by
Christophe Massiot
Browse files
* Fixed a compile problem in debug mode.
parent
7d38f3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input_programs.c
View file @
4dd0ebcc
...
...
@@ -2,7 +2,7 @@
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_programs.c,v 1.3
6
2001/02/2
2
1
7:00:20
massiot Exp $
* $Id: input_programs.c,v 1.3
7
2001/02/2
3
1
2:37:31
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -281,7 +281,7 @@ void input_DelArea( input_thread_t * p_input, input_area_t * p_area )
ASSERT
(
p_area
);
intf_DbgMsg
(
"Deleting description for area %d"
,
p_area
->
i_
nb
);
intf_DbgMsg
(
"Deleting description for area %d"
,
p_area
->
i_
id
);
/* Find the area in the areas table */
for
(
i_area_index
=
0
;
i_area_index
<
p_input
->
stream
.
i_area_nb
;
...
...
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