The Lambda Lab
/
projects
/
qwikboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8298c82
)
Added missing close for export fh.
author
plugd
<plugd@thelambdalab.xyz>
Thu, 22 Aug 2024 08:18:18 +0000
(10:18 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Thu, 22 Aug 2024 08:18:18 +0000
(10:18 +0200)
qwikboard
patch
|
blob
|
history
diff --git
a/qwikboard
b/qwikboard
index
59563f5
..
0a85a2b
100755
(executable)
--- a/
qwikboard
+++ b/
qwikboard
@@
-195,6
+195,8
@@
local function export_messages(handle, output_file_name)
end
end
end
+
+ fh:close()
end
--- QWK formatting ---