if (!f)
{
+ free (*opened_filename);
*opened_filename = concat (filename, ".xz", "");
f = fopen (*opened_filename, FOPEN_RBIN);
}Thanks. I installed it. I couldn't see any reason why it was lacking in the .gz case (just above this), so I added it there too. k
