mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tests: fix various lseek usage
This commit is contained in:
@ -37,7 +37,7 @@ resolve_in_thread (gpointer data)
|
||||
|
||||
/* Reset some state */
|
||||
sysprof_capture_reader_reset (reader);
|
||||
lseek (fd, SEEK_SET, 0);
|
||||
lseek (fd, 0, SEEK_SET);
|
||||
|
||||
/* Now desrialize it */
|
||||
map = sysprof_symbol_map_new ();
|
||||
|
||||
Reference in New Issue
Block a user