summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-04-11 09:46:32 -0700
committerWayne Davison <wayne@opencoder.net>2022-04-11 09:50:31 -0700
commit10aeb75cea7be5cd01145919c38f85c199b8c32a (patch)
treeabd822fa2d7ad30209960789742b0cb178a765fc /io.c
parentd41bb98c09bf0b999c4eee4e2125c7e5d0747ec4 (diff)
downloadrsync-10aeb75cea7be5cd01145919c38f85c199b8c32a.tar.gz
Add debugging comment about read_buf_().
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index 8ee48f93..cf94cee7 100644
--- a/io.c
+++ b/io.c
@@ -1843,6 +1843,7 @@ int64 read_longint(int f)
#endif
}
+/* Debugging note: this will be named read_buf_() when using an external zlib. */
void read_buf(int f, char *buf, size_t len)
{
if (f != iobuf.in_fd) {