[svn r429] Fixed link error with gmyth_program_info_print() when debug is disabled trunk
authormelunko
Wed Mar 21 18:14:11 2007 +0000 (2007-03-21)
branchtrunk
changeset 42466f318a2f4b2
parent 423 099cfb245b15
child 425 9638cccfa1fe
[svn r429] Fixed link error with gmyth_program_info_print() when debug is disabled
gmyth/src/gmyth_livetv.c
     1.1 --- a/gmyth/src/gmyth_livetv.c	Wed Mar 21 15:13:59 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_livetv.c	Wed Mar 21 18:14:11 2007 +0000
     1.3 @@ -594,7 +594,9 @@
     1.4  		livetv->proginfo = prog_info;		
     1.5  	}
     1.6  	/* prints program info data text */ 
     1.7 +#ifdef GMYTH_USE_DEBUG
     1.8  	gmyth_program_info_print( prog_info );
     1.9 +#endif
    1.10  
    1.11  	if ( prog_info != NULL ) {		
    1.12  		res = TRUE;