]> git.draconx.ca Git - liblbx.git/blobdiff - src/fops.c
liblbx: Always return a value in file_seek.
[liblbx.git] / src / fops.c
index e546b1097692f3e0f5b07c9403828772de62f53b..26b392f2146667b0550bc1555f047966d7249808 100644 (file)
@@ -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)