it might be good to test changes to eina_prefix (that didnt require an

eina_init before).



SVN revision: 63146
This commit is contained in:
Carsten Haitzler 2011-09-04 03:46:58 +00:00
parent e83e1ea1fc
commit 72280ddcdf
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ int
e_prefix_determine(char *argv0)
{
if (pfx) return 1;
eina_init();
pfx = eina_prefix_new(argv0, e_prefix_determine,
"EMBRYO", "embryo", "include/default.inc",
PACKAGE_BIN_DIR,
@ -32,6 +33,7 @@ e_prefix_shutdown(void)
{
eina_prefix_free(pfx);
pfx = NULL;
eina_shutdown();
}
const char *