From ae2be16f015cb0db7c5b6bd1669baaf53be702d1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 28 Nov 2009 17:51:27 +0100 Subject: Tune cflags and fix some warnings --- gvfs/gvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gvfs/gvfs.c') diff --git a/gvfs/gvfs.c b/gvfs/gvfs.c index 6ef3a83..b88dcc4 100644 --- a/gvfs/gvfs.c +++ b/gvfs/gvfs.c @@ -1204,7 +1204,7 @@ guint64 VFSFileSeek (struct TVFSGlobs *globs, TVFSFileDes FileDescriptor, guint64 AbsoluteOffset, int *Error) { printf("(WW) VFSFileSeek: Not supported in GVFS plugin.\n"); - return -1; + return 0; } int -- cgit v1.2.3