From: plugd Date: Thu, 22 Aug 2024 08:18:18 +0000 (+0200) Subject: Added missing close for export fh. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=1ad1f0b39e9b28b5644d688279f2664179e0cc01;p=qwikboard.git Added missing close for export fh. --- diff --git a/qwikboard b/qwikboard index 59563f5..0a85a2b 100755 --- a/qwikboard +++ b/qwikboard @@ -195,6 +195,8 @@ local function export_messages(handle, output_file_name) end end end + + fh:close() end --- QWK formatting ---