diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-28 15:24:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-28 15:24:39 +0000 |
commit | d5ee1f8e7a370884aa9c5353de5129728ed9a37b (patch) | |
tree | 1fe517969bffc65280ad5a3966853bbdca237f40 /io.c | |
parent | 41ba6938a478beadb9f1baf4f330d15e07132f68 (diff) | |
download | rsync-d5ee1f8e7a370884aa9c5353de5129728ed9a37b.tar.gz |
*** empty log message ***
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ int sparse_end(int f) return (write(f,&last_byte,1) == 1 ? 0 : -1); } #endif + last_sparse = 0; return 0; } |