Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: revise top of git man page
[gitweb.git]
/
tar-tree.c
diff --git
a/tar-tree.c
b/tar-tree.c
index 705b8fa1c76dc665333f180278dca929e2a971f7..bd289a98f80d4a6869f3d7345bd53f16a43682bd 100644
(file)
--- a/
tar-tree.c
+++ b/
tar-tree.c
@@
-94,7
+94,6
@@
static void write_blocked(void *buf, unsigned long size)
}
if (size) {
memcpy(block + offset, buf, size);
- buf += size;
offset += size;
}
tail = offset % RECORDSIZE;