--- console-tools-0.2.3.orig/lib/findfile.c 1999-07-19 21:38:01.000000000 +0200 +++ console-tools-0.2.3/lib/findfile.c 2004-08-17 11:11:58.000000000 +0200 @@ -399,7 +399,7 @@ /* EOF */ exit (0); default: /* parent */ - if (is_seekable) + if (!is_seekable) { i = close (uncompressed[0]); assert (-1 != i);