diff options
author | Ludovic Courtès <ludo@gnu.org> | 2006-03-08 08:06:46 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2006-03-08 08:06:46 +0000 |
commit | b7887d7799ec81cf04ab649bc808a1703db212a4 (patch) | |
tree | cac9115f308ba7f490f98f0ec19ca9e75ff1f5bf /zipstores.c | |
parent | 7bb75af0024e6e17eff763e932aae0e78379d091 (diff) |
Applied patch from Ben Asselstine; passes `ustar-all-quickest.tar' now.
Diffstat (limited to 'zipstores.c')
-rw-r--r-- | zipstores.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstores.c b/zipstores.c index 5ae29f52f..e0f1d83ae 100644 --- a/zipstores.c +++ b/zipstores.c @@ -267,7 +267,7 @@ ZIP (stream_write_init) (struct ZIP (object) *zip) /* Check whether we need to write a gzip header */ if (!zip->source->size) { - static error_t + error_t do_write (char *buf, size_t amount) { size_t len; |