diff options
author | Carsten Haitzler <raster@rasterman.com> | 2008-10-11 14:25:58 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2008-10-11 14:25:58 +0000 |
commit | daf72b327b3156643c0bf767d104d746899704fb (patch) | |
tree | f195372eadec731cff8013a1be1b62c385c38513 /legacy/ecore/src/lib/ecore_file/ecore_file.c | |
parent | 8ec181c8bcb98de6e5ea6f9a022bbb6d9d26fcad (diff) |
ok- disabel error handlign for file_init.. foudn a case where iot fails...
wow! must check.
SVN revision: 36586
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file.c | 18 |
1 files changed, 12 insertions, 6 deletions
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() | |||
33 | { | 33 | { |
34 | if (++init != 1) return init; | 34 | if (++init != 1) return init; |
35 | 35 | ||
36 | if (!ecore_file_monitor_init()) | 36 | // if (! |
37 | goto error; | 37 | ecore_file_monitor_init(); |
38 | if (!ecore_file_path_init()) | 38 | // ) |
39 | goto error; | 39 | // goto error; |
40 | if (!ecore_file_download_init()) | 40 | // if (! |
41 | goto error; | 41 | ecore_file_path_init(); |
42 | // ) | ||
43 | // goto error; | ||
44 | // if (! | ||
45 | ecore_file_download_init(); | ||
46 | // ) | ||
47 | // goto error; | ||
42 | return init; | 48 | return init; |
43 | 49 | ||
44 | error: | 50 | error: |