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