Int != char * - taa Trillsrc/lib/ecore_config/ipc_ecore.c
authorhandyande <handyande>
Mon, 5 Apr 2004 16:11:17 +0000 (16:11 +0000)
committerhandyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Apr 2004 16:11:17 +0000 (16:11 +0000)
SVN revision: 9610

legacy/ecore/src/lib/ecore_config/ipc_ecore.c

index 48766be..4caa8f0 100644 (file)
@@ -62,7 +62,7 @@ char *_ecore_config_ipc_global_prop_list(Ecore_Config_Server *srv, const long se
       db=e_db_open_read(buf);
       if (!(db=e_db_open_read(buf)))
         if (!(db=e_db_open_read(buf=PACKAGE_DATA_DIR "/system.db")))
-          return ECORE_CONFIG_ERR_NOFILE;
+          return NULL;
       }
     }