--- pgp/src/zbits.c 2018/04/24 16:37:54 1.1 +++ pgp/src/zbits.c 2018/04/24 16:41:24 1.1.1.3 @@ -189,5 +189,6 @@ void copy_block(buf, len, header) #ifdef DEBUG bits_sent += (ulg)len<<3; #endif + fflush(zfile); if (ferror(zfile)) error ("write error on zip file"); }