diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index eb216346f..dd13376bc 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -1752,7 +1752,7 @@ _e_fm_op_destroy_atom(E_Fm_Op_Task *task) if (task->passes == NB_PASS) goto finish; - if (lseek(fd, SEEK_SET, 0) == -1) + if (lseek(fd, 0, SEEK_SET) == -1) goto finish; task->pos = 0;