From 8a61bebbd927ec42a84d6c44b3f9fe38a0c118e2 Mon Sep 17 00:00:00 2001 From: raster Date: Sat, 11 Oct 2008 14:25:58 +0000 Subject: [PATCH] ok- disabel error handlign for file_init.. foudn a case where iot fails... wow! must check. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@36586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_file/ecore_file.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index b458b1d..1c9bcb6 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c @@ -33,12 +33,18 @@ ecore_file_init() { if (++init != 1) return init; - if (!ecore_file_monitor_init()) - goto error; - if (!ecore_file_path_init()) - goto error; - if (!ecore_file_download_init()) - goto error; +// if (! + ecore_file_monitor_init(); +// ) +// goto error; +// if (! + ecore_file_path_init(); +// ) +// goto error; +// if (! + ecore_file_download_init(); +// ) +// goto error; return init; error: -- 2.7.4