From dea4f8821e92c920e0f2058be7c530b016fb51da Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Fri, 8 Sep 2006 06:20:37 +0000 Subject: Try to match input plugin block size. See bugreport [ 1551996 ]. CVS patchset: 8204 CVS date: 2006/09/08 06:20:37 --- src/input/input_gnome_vfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_gnome_vfs.c') diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c index 564ce2325..3ada09d19 100644 --- a/src/input/input_gnome_vfs.c +++ b/src/input/input_gnome_vfs.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_gnome_vfs.c,v 1.31 2006/07/10 22:08:15 dgp85 Exp $ + * $Id: input_gnome_vfs.c,v 1.32 2006/09/08 06:20:37 tmattern Exp $ */ @@ -201,7 +201,7 @@ gnomevfs_plugin_get_length (input_plugin_t *this_gen) static uint32_t gnomevfs_plugin_get_blocksize (input_plugin_t *this_gen) { - return 0; + return 32 * 1024; } static char* -- cgit v1.2.3