]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(simple_cat): Use a temporary to avoid bogus warnings.
authorJim Meyering <jim@meyering.net>
Sun, 29 Sep 2002 21:25:03 +0000 (21:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Sep 2002 21:25:03 +0000 (21:25 +0000)
commit7e1ff0b4f823fb3ae890d7a66ff87566d31e535c
treef536f577e7bc9f5fd1501184ed832cead3404bd6
parentca9b1df44b1d1904fac1d8d01421833d52d075f8
(simple_cat): Use a temporary to avoid bogus warnings.
(cat): Declare insize and outsize to be of type size_t, not int.
Rearrange pointer/integer expressions to avoid bogus warnings.
(main): Declare insize and outsize to be of type size_t, not int.
src/cat.c