oops - back that out

SVN revision: 26740
This commit is contained in:
Carsten Haitzler 2006-10-22 06:07:12 +00:00
parent 7f6fdd1cb1
commit f6ab7d952e
1 changed files with 2 additions and 2 deletions

View File

@ -268,8 +268,8 @@ main(int argc, char **argv)
else snprintf(buf, sizeof(buf), "%s/lib", _prefix_path); else snprintf(buf, sizeof(buf), "%s/lib", _prefix_path);
env_set("LD_LIBRARY_PATH", buf); env_set("LD_LIBRARY_PATH", buf);
snprintf(buf, sizeof(buf), "%s/lib/enlightenment/preload/e_precache.so", _prefix_path); // snprintf(buf, sizeof(buf), "%s/lib/enlightenment/preload/e_precache.so", _prefix_path);
env_set("LD_PRELOAD", buf); // env_set("LD_PRELOAD", buf);
args = alloca((argc + 1) * sizeof(char *)); args = alloca((argc + 1) * sizeof(char *));
args[0] = "enlightenment"; args[0] = "enlightenment";