Commit 4dd0ebcc authored by Christophe Massiot's avatar Christophe Massiot

* Fixed a compile problem in debug mode.

parent 7d38f3f9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* input_programs.c: es_descriptor_t, pgrm_descriptor_t management * input_programs.c: es_descriptor_t, pgrm_descriptor_t management
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: input_programs.c,v 1.36 2001/02/22 17:00:20 massiot Exp $ * $Id: input_programs.c,v 1.37 2001/02/23 12:37:31 massiot Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -281,7 +281,7 @@ void input_DelArea( input_thread_t * p_input, input_area_t * p_area ) ...@@ -281,7 +281,7 @@ void input_DelArea( input_thread_t * p_input, input_area_t * p_area )
ASSERT( 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 */ /* Find the area in the areas table */
for( i_area_index = 0; i_area_index < p_input->stream.i_area_nb; for( i_area_index = 0; i_area_index < p_input->stream.i_area_nb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment