Kaydet (Commit) a4ff44aa authored tarafından Neal Norwitz's avatar Neal Norwitz

Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.

üst 16b7b53a
...@@ -650,7 +650,7 @@ calculate_path(void) ...@@ -650,7 +650,7 @@ calculate_path(void)
start of the path in question - even if this start of the path in question - even if this
is one character before the start of the buffer is one character before the start of the buffer
*/ */
while (look >= module_search_path && *look != DELIM) while (*look != DELIM && look >= module_search_path)
look--; look--;
nchars = lookEnd-look; nchars = lookEnd-look;
strncpy(lookBuf, look+1, nchars); strncpy(lookBuf, look+1, nchars);
......
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