libextractor

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

commit 84af51a35b0b28c8a8b6280d5a38ec5529040f84
parent 54c20f65214fd93bf41a3ce542b85d8af13644af
Author: Heikki Lindholm <holin@iki.fi>
Date:   Sun, 28 Dec 2008 20:47:27 +0000

fix


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

diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -529,6 +529,7 @@ static char * os_get_installation_path() { #endif #if DARWIN dima = get_path_from_dyld_image(); + path = NULL; #else dima = NULL; path = get_path_from_PATH();