X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/c02dcc9610e66ebe6154e60dcd2f109c90eb09df..6ddd77d5bb60d875253f2427d279ac6caacdce68:/src/fops.c diff --git a/src/fops.c b/src/fops.c index 2a3db82..746455f 100644 --- a/src/fops.c +++ b/src/fops.c @@ -92,6 +92,7 @@ static int pipe_seek(void *handle, long offset, int whence) return -1; } + clearerr(state->f); return 0; }