Commit ca59f1e5 authored by Rafaël Carré's avatar Rafaël Carré

fix [23367]

parent aa71d506
...@@ -452,8 +452,8 @@ static int Seek (access_t *p_access, int64_t i_pos) ...@@ -452,8 +452,8 @@ static int Seek (access_t *p_access, int64_t i_pos)
#ifdef HAVE_MMAP #ifdef HAVE_MMAP
if (p_access->pf_block == NULL) if (p_access->pf_block == NULL)
lseek (p_access->p_sys->fd, i_pos, SEEK_SET);
#endif #endif
lseek (p_access->p_sys->fd, i_pos, SEEK_SET);
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment