From a4ff44aa268beb7d4cd4d64dcce48f12196d7c61 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 16 Apr 2007 06:19:32 +0000 Subject: Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. --- PC/getpathp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/getpathp.c b/PC/getpathp.c index e62b936..729d2e4 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -650,7 +650,7 @@ calculate_path(void) start of the path in question - even if this is one character before the start of the buffer */ - while (look >= module_search_path && *look != DELIM) + while (*look != DELIM && look >= module_search_path) look--; nchars = lookEnd-look; strncpy(lookBuf, look+1, nchars); -- cgit v0.12