Hum, I've made a mistake in e_fm_op.c with lseek(), I inverted
the two last arguments. However it's not harmful, as SEEK_SET=0.
Index: e_fm_op.c
===================================================================
--- e_fm_op.c (révision 81690)
+++ e_fm_op.c (copie de travail)
@@ -1752,7 +1752,7 @@
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;
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel