summaryrefslogtreecommitdiffhomepage
path: root/lib/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fs.c')
-rw-r--r--lib/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fs.c b/lib/fs.c
index 252689a..9198e87 100644
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -216,7 +216,7 @@ ut_fs_seek(struct ut_state *s, uint32_t off, struct json_object *args)
if (res < 0)
err_return(errno);
- return json_object_new_int64(res);
+ return json_object_new_boolean(true);
}
static struct json_object *