# HG changeset patch # User renatofilho # Date 1175783207 -3600 # Node ID 178207a9cd61a6c2b6ed63f6ae283921a80ec627 # Parent 4fcd764b21a6d4b6255e3dbe4cde331e37b666cd [svn r512] bug fix diff -r 4fcd764b21a6 -r 178207a9cd61 libgnomevfs2-mythtv/modules/mythtv-method.c --- a/libgnomevfs2-mythtv/modules/mythtv-method.c Thu Apr 05 15:26:33 2007 +0100 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c Thu Apr 05 15:26:47 2007 +0100 @@ -385,7 +385,6 @@ myth_handle->offset += myth_buffer->len; g_byte_array_free (myth_buffer, TRUE); } - return retval; }