libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 75dd2321fb143271e73addf455e9c192feb5eac8
parent e8aca1b24508aa9e1746ee5bf557e5cee3a4d357
Author: Heikki Lindholm <holin@iki.fi>
Date:   Sun, 28 Dec 2008 15:47:25 +0000

using PATH brings no benefit on Darwin and might confuse the dynamic loader with multiple LE installations


Diffstat:
Msrc/main/extractor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -531,8 +531,8 @@ static char * os_get_installation_path() { dima = get_path_from_dyld_image(); #else dima = NULL; -#endif path = get_path_from_PATH(); +#endif n = 1; if (lpref != NULL) n += strlen(lpref) + strlen(PLUGINDIR "/:");