Dear Nikos Drakos,

Sorry for sending this message to you personally, but the pointers as to where
the bug reports should be sent are somewhat contradictory: 
the latex2html manual for v.98.1 mentions a web-form at
        http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html,
and the web-page there points to a mailing list...

A bug in texexpand bugged me :-) I fixed it. 

In sub dir_search directories were opened with opendir(), but closed with 
close(), which of course didn't work, but nobody cared to check what close() 
returned :-(

Result: on long (or deep - when // used) TEXINPUTS path process run out of 
filehandles.

Fix: use closedir() instead of close().

Regards,
Marek Bukowy

Reply via email to