*** empty log message ***
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index c903fa6..9b6bdc8 100644 (file)
--- 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;
 }