Re: [E-devel] [PATCH] e_fm_op...
On Tue, 25 Dec 2012 17:33:49 +0100 Maxime Villard wrote: > 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. Commited. Thanks. -- Igor --
[E-devel] [PATCH] e_fm_op...
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 @@