From 644a634214b6d1a4180276c57c60d110d865936e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sat, 10 Mar 2012 13:27:44 +0000 Subject: [PATCH] eio: that was a work around... SVN revision: 69173 --- legacy/eio/src/lib/eio_single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eio/src/lib/eio_single.c b/legacy/eio/src/lib/eio_single.c index 25ecb4762a..bca2399552 100644 --- a/legacy/eio/src/lib/eio_single.c +++ b/legacy/eio/src/lib/eio_single.c @@ -337,7 +337,7 @@ eio_long_file_set(Eio_File *common, end_cb, cancel_cb, common, - EINA_TRUE); + EINA_FALSE); if (thread) common->thread = thread; return !!thread; }