diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-12 06:15:23 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-12 06:15:23 +0100 |
commit | 0df9d7c05d6fd31824fd76710c3c6c5e723dbdec (patch) | |
tree | bbde39fd497f8f3161f50d1c1b8261997448df78 | |
parent | 196885980bbb51562264cb5aad9a3e01133d1d7d (diff) |
close opened file
-rw-r--r-- | l10ntools/scripts/fast_merge.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/scripts/fast_merge.pl b/l10ntools/scripts/fast_merge.pl index cc632e48b592..7074beaa3ff5 100644 --- a/l10ntools/scripts/fast_merge.pl +++ b/l10ntools/scripts/fast_merge.pl @@ -309,6 +309,7 @@ sub write_buffer { print FILE $_."\n"; } + close ( FILE ); @buffer = (); } sub parse_options |