]> git.scottworley.com Git - tl-append/commit
appease clang-tidy: Don't do unnecessary size_t→int narrowing conversion
authorScott Worley <scottworley@scottworley.com>
Wed, 13 Sep 2023 18:41:36 +0000 (11:41 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 13 Sep 2023 18:41:36 +0000 (11:41 -0700)
commit4b4feda25fa71fa0e695206bff02c90613b1f7a8
tree6ca86a21ce23ca5e6625030c653b2817083d3574
parent90df84eb2e05926351cc7df661712c97779c9163
appease clang-tidy: Don't do unnecessary size_t→int narrowing conversion

Why does fgets take an int instead of a size_t?  :(
tl-append.c