diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index b458b1d9c1..1c9bcb6d09 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/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: