]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(paste_parallel): Declare local, chr, to be of type
authorJim Meyering <jim@meyering.net>
Fri, 23 Jan 2004 09:26:24 +0000 (09:26 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 23 Jan 2004 09:26:24 +0000 (09:26 +0000)
commita28a8b7cefb07024376244eed4365d310194c1e9
treeb2127f93d27f146cc054a5e32ef69f9e64ba199a
parent7574b1cde37c2f9cf8c55fd7c1b88b08aac670d2
(paste_parallel): Declare local, chr, to be of type
`int', not `char', since it must hold EOF.  This bug would make
paste infloop on some systems.
src/paste.c