[tex-k] Possible bug in TeX version 3.14159265
Richard Sandberg
mylodon at gmail.com
Thu Feb 15 16:11:21 CET 2018
In module 51 of the program we have the lines, abbreviated,
if a_open_in(pool_file) then
begin
...
end
else bad_pool(...)
but bad_pool tries to close the file,
define bad_pool(#)
begin
...
a_close(pool_file);
...
end
So if we didn't manage to open the file we still try to close it.
Regards,
Richard Sandberg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-k/attachments/20180215/ceb702db/attachment.html>
More information about the tex-k
mailing list