]> git.scottworley.com Git - tl-append/commitdiff
appease clang-tidy: Careful of size_t→int narrowing conversion
authorScott Worley <scottworley@scottworley.com>
Wed, 13 Sep 2023 18:40:48 +0000 (11:40 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 13 Sep 2023 18:40:48 +0000 (11:40 -0700)
Why does fgets take an int instead of a size_t?  :(


No differences found