libextractor

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

commit b46609bfdec4f98344e460f788f98c8c4078ccae
parent 01e7d62c0740b69488164835360291c30df5d1c4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Jan 2010 20:51:27 +0000

fix

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 @@ -641,7 +641,7 @@ get_symbol_with_prefix(void *lib_handle, char *dot; const char *(*opt_fun)(void); - *options = NULL; + if (NULL != options) *options = NULL; sym_name = strstr (prefix, "_"); if (sym_name == NULL) return NULL;