From 4b3203a0697ba950397b19aaaaf2fc5c6f8e43e0 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 21 Mar 2003 16:59:48 +0000 Subject: small bugfix, doesn't send event if not saving CVS patchset: 4462 CVS date: 2003/03/21 16:59:48 --- src/input/input_pvr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index 5885b523d..1d170b54e 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -39,7 +39,7 @@ * usage: * xine pvr:\!\! * - * $Id: input_pvr.c,v 1.9 2003/03/20 22:58:40 miguelfreitas Exp $ + * $Id: input_pvr.c,v 1.10 2003/03/21 16:59:48 miguelfreitas Exp $ */ /************************************************************************** @@ -836,7 +836,7 @@ static void pvr_finish_recording (pvr_input_plugin_t *this) { free(src_filename); } - if( !this->save_name || !strlen(this->save_name) ) { + if( this->save_page != -1 && !this->save_name || !strlen(this->save_name) ) { saved_show_t *show = malloc(sizeof(saved_show_t)); xine_event_t event; xine_pvr_save_data_t data; -- cgit v1.2.3