libextractor

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

commit 18f85f200cb82ae82ae1faefb109fc85c1636483
parent 9bb31cc3695c9941bea0dca92e098d1e755c5d7b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Jul 2007 08:48:53 +0000

fx

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

diff --git a/src/plugins/splitextractor.c b/src/plugins/splitextractor.c @@ -146,7 +146,7 @@ libextractor_split_extract (const char *filename, while (kpos != NULL) { if (kpos->keywordType != EXTRACTOR_FILE_SIZE) - splitKeywords (kpos->keyword, &prev, options); + splitKeywords (kpos->keyword, &prev, opt); kpos = kpos->next; }