eio: that was a work around...

SVN revision: 69173
This commit is contained in:
Cedric BAIL 2012-03-10 13:27:44 +00:00
parent 77b6473314
commit 644a634214
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}