libextractor

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

commit 0a106689be8ea04f0d701094467f0dfa19a76712
parent ae82268cd73d473beb7df532c94cab565e539265
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Jun 2010 00:08:01 +0000

fix

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

diff --git a/src/plugins/tar_extractor.c b/src/plugins/tar_extractor.c @@ -255,7 +255,7 @@ EXTRACTOR_tar_extract (const char *data, void *proc_cls, const char *options) { char *fname = NULL; - size_t pos = 0; + size_t pos; int contents_are_empty = 1; long long maxftime = TAR_TIME_FENCE; unsigned int format_archive = 0;