]> git.scottworley.com Git - tl-append/commit - tl-append-test.c
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)
commit90df84eb2e05926351cc7df661712c97779c9163
tree807085fcf05967164b44583dc0186e142e4feabc
parente81b7a5faa3c713ce4d4e0952d7640517f13ef69
appease clang-tidy: Careful of size_t→int narrowing conversion

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