From: Scott Worley Date: Wed, 13 Sep 2023 18:41:36 +0000 (-0700) Subject: appease clang-tidy: Don't do unnecessary size_t→int narrowing conversion X-Git-Tag: v1.0.0~11 X-Git-Url: http://git.scottworley.com/tl-append/commitdiff_plain/4b4feda25fa71fa0e695206bff02c90613b1f7a8?ds=inline;hp=4b4feda25fa71fa0e695206bff02c90613b1f7a8 appease clang-tidy: Don't do unnecessary size_t→int narrowing conversion Why does fgets take an int instead of a size_t? :( ---