X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/41ba6938a478beadb9f1baf4f330d15e07132f68..d5ee1f8e7a370884aa9c5353de5129728ed9a37b:/io.c diff --git a/io.c b/io.c index c903fa6f..9b6bdc82 100644 --- a/io.c +++ b/io.c @@ -167,6 +167,7 @@ int sparse_end(int f) return (write(f,&last_byte,1) == 1 ? 0 : -1); } #endif + last_sparse = 0; return 0; }