ok- disabel error handlign for file_init.. foudn a case where iot fails...

wow! must check.



SVN revision: 36586
This commit is contained in:
Carsten Haitzler 2008-10-11 14:25:58 +00:00
parent 8ec181c8bc
commit daf72b327b
1 changed files with 12 additions and 6 deletions

View File

@ -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: