Skip to content
Snippets Groups Projects
Commit d1f76f4d authored by Stan Seibert's avatar Stan Seibert
Browse files

putenv() is more portable than setenv().

git-svn-id: http://svn.xiph.org/trunk/ao@5201 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 06210e57
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ int ao_plugin_test()
int sock;
/* don't wake up the beast while detecting */
setenv("ESD_NO_SPAWN", "1", 1);
putenv("ESD_NO_SPAWN=1");
sock = esd_open_sound(NULL);
if (sock < 0)
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment