--- pgp/src/zbits.c 2018/04/24 16:37:54 1.1 +++ pgp/src/zbits.c 2018/04/24 16:45:53 1.1.1.5 @@ -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"); }