--- liblzf/lzf.c 2006/09/27 13:51:51 1.8 +++ liblzf/lzf.c 2006/09/29 19:43:01 1.9 @@ -125,7 +125,7 @@ fwrite (header, 3+2, 1, stdout); fwrite (buff1, us, 1, stdout); } - } while (!feof (stdin)); + } } static void decompress (void)