* this prevents "open after open", that could lead to file corruption when "f" was still holding some changes in its buffer (written out with f.close())
20 KiB
20 KiB
* this prevents "open after open", that could lead to file corruption when "f" was still holding some changes in its buffer (written out with f.close())