X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/131cef630544d733d13bb493a05ff6ae523a0538..06a82a827480c9701487b216a20528d160262118:/src/fops.c diff --git a/src/fops.c b/src/fops.c index e546b10..26b392f 100644 --- a/src/fops.c +++ b/src/fops.c @@ -39,6 +39,8 @@ static int file_seek(void *handle, long offset, int whence) lbx_error_raise(-errno); return -1; } + + return 0; } static long file_tell(void *handle)