diff options
Diffstat (limited to 'gvfs/gvfs.c')
| -rw-r--r-- | gvfs/gvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
