Commit 245c3e25 by Richard Kenner

(locatelib): Fix parsing of LD_LIBRARY_PATH.

From-SVN: r10024
parent 5ca87b7a
......@@ -2181,7 +2181,7 @@ locatelib (name)
if (*q == ':')
{
*q++ = 0;
*pp++ = p;
*pp++ = q;
}
}
/* built in directories are /lib, /usr/lib, and /usr/local/lib */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment