Fossil

Artifact [2604c27a]
Login

Artifact [2604c27a]

Artifact 2604c27ab50ffb4d3047f83c9301af7b7ec57cf0:

Attachment "tar.patch" to ticket [b767f47c] added by anonymous 2011-03-11 09:36:22.
--- ../src/tar.c
+++ ../src/tar.c
@@ -137,10 +137,12 @@
 ** Finish constructing the tarball.  Put the content of the tarball
 ** in Blob pOut.
 */
 static void tar_finish(Blob *pOut){
   db_multi_exec("DROP TABLE dir");
+  gzip_step(tball.zSpaces, 512);
+  gzip_step(tball.zSpaces, 512);
   gzip_finish(pOut);
   fossil_free(tball.aHdr);
   tball.aHdr = 0;
 }