libextractor

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

commit e3171bd8d41d5013305174ca68939bbff0024972
parent c738cc95b259989f2eb08eab0818261e5a2ce6e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 14 Jul 2005 19:52:48 +0000

sync

Diffstat:
Msrc/plugins/tarextractor.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/plugins/tarextractor.c b/src/plugins/tarextractor.c @@ -182,7 +182,9 @@ libextractor_tar_extract(const char * filename, return prev; } - memset(&strm, 0, sizeof(z_stream)); + memset(&strm, + 0, + sizeof(z_stream)); strm.next_in = (char*) data; strm.avail_in = size; strm.total_in = 0;