diff -r 8105bca5313f -r 312d6bc514f3 libgnomevfs2-mythtv/modules/mythtv-method.c --- a/libgnomevfs2-mythtv/modules/mythtv-method.c Thu May 10 22:08:17 2007 +0100 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c Thu Jun 14 18:19:52 2007 +0100 @@ -446,19 +446,18 @@ GnomeVFSFileOffset offset, GnomeVFSContext *context) { - MythtvHandle *myth_handle; - //guint64 whence_p = 0; - //gint64 new_offset =0; + MythtvHandle *myth_handle; + guint64 whence_p = 0; + gint64 new_offset = 0; _GNOME_VFS_METHOD_PARAM_CHECK (method_handle != NULL); myth_handle = (MythtvHandle *) method_handle; - g_debug ("seek offset%"G_GINT64_FORMAT" whence %d", offset, whence); + g_debug ("seek offset %"G_GINT64_FORMAT" whence %d", offset, whence); - return GNOME_VFS_ERROR_NOT_SUPPORTED; - /* if (gmyth_uri_is_livetv (myth_handle->gmyth_uri)) + return GNOME_VFS_ERROR_NOT_SUPPORTED; switch (whence) { @@ -479,7 +478,6 @@ } return GNOME_VFS_ERROR_NOT_SUPPORTED; - */ } static GnomeVFSResult