# HG changeset patch # User Mike Becker # Date 1687278552 -7200 # Node ID 724e42ba6114c484015a16763f1a7b043ceccf03 # Parent cff828e156a9604c40208f147de8584332689165 fix wrong docs for cx_stream_copy() diff -r cff828e156a9 -r 724e42ba6114 src/cx/utils.h --- a/src/cx/utils.h Tue Jun 20 18:28:47 2023 +0200 +++ b/src/cx/utils.h Tue Jun 20 18:29:12 2023 +0200 @@ -183,7 +183,6 @@ * @param dest the destination stream * @param rfnc the read function * @param wfnc the write function - * @param n the maximum number of bytes that shall be copied. * @return total number of bytes copied */ #define cx_stream_copy(src, dest, rfnc, wfnc) \