]> Kevux Git Server - fll/commit
Bugfix: When using --at with --total for --content, the returned number is always...
authorKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 02:38:08 +0000 (21:38 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 26 Mar 2022 02:38:08 +0000 (21:38 -0500)
commit1f03dd9f8455147d907449a61fc46984fd7799dd
tree2b49cea0e3aa464a959fd4e972a81cbee2ed3701
parent515f0bd24c83027472eee5a5b9405113a669b7b3
Bugfix: When using --at with --total for --content, the returned number is always 1 and should not be.

The code need to count all newlines rather than always returning 1.
This is likely a bug from copying the code from fss_basic_read where the non-zero count would indeed always be 1.
level_3/fss_basic_list_read/c/private-read.c