From: Wayne Davison Date: Mon, 11 Apr 2022 16:46:32 +0000 (-0700) Subject: Add debugging comment about read_buf_(). X-Git-Tag: v3.2.4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10aeb75cea7be5cd01145919c38f85c199b8c32a;p=thirdparty%2Frsync.git Add debugging comment about read_buf_(). --- 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) {