]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove last remaining assert() master
authorPádraig Brady <P@draigBrady.com>
Thu, 9 Apr 2026 20:36:12 +0000 (21:36 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 9 Apr 2026 20:36:43 +0000 (21:36 +0100)
commitd0fa892c16d5e3b9b7d42642a698b250b1df992f
tree4b5dc735c2c6bf9693c9d9b6b9b44c06941fd252
parenteef9ce5071b809597fbea1b42f8935c7cec836e4
maint: remove last remaining assert()

* src/split.c (bytes_chunk_extract): Prefer affirm to assert,
as it allows for better static checking when compiling with -DNDEBUG.
src/split.c