]> git.ipfire.org Git - thirdparty/coreutils.git/commit
digest.c: remove a duplicate variable
authorJim Meyering <meyering@fb.com>
Mon, 30 Jan 2023 16:33:10 +0000 (08:33 -0800)
committerJim Meyering <meyering@meta.com>
Mon, 30 Jan 2023 17:26:09 +0000 (09:26 -0800)
commit5c830d40e03fe01db650f52292c6cfa3fced01a2
treee867549fa4e06bc9cc57c549fec5b0de4dad4cce
parentd73ca62c4fa3f89833c4ea14ebbcaaab3e99c6e6
digest.c: remove a duplicate variable

* src/digest.c (digest_check): Locals n_misformatted_lines and
n_improperly_formatted_lines were declared and set/incremented
identically. Remove declaration of the latter. Use the other instead.
src/digest.c