提交 5dfc369f 编写于 作者: U Ulf Möller

Close files.

上级 87bc2c00
......@@ -588,6 +588,8 @@ while (<IN>)
else
{ print OUT $_; }
}
close(IN);
close(OUT);
# Fix the date
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册