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:
5dda027
)
Removed some debugging code.
master
author
plugd
<plugd@thelambdalab.xyz>
Mon, 30 Sep 2024 12:30:39 +0000
(14:30 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Mon, 30 Sep 2024 12:30:39 +0000
(14:30 +0200)
qwikboard
patch
|
blob
|
history
diff --git
a/qwikboard
b/qwikboard
index
29797f8
..
080ca78
100755
(executable)
--- a/
qwikboard
+++ b/
qwikboard
@@
-286,7
+286,7
@@
function qwk.write_message (target_dir, first_unseen_msgs)
-- (For some reson, MM doesn't respect read status in header.)
local rf = assert(io.open(target_dir .. "/" .. qb.bbsid .. ".RED", "w"))
- print_object(first_unseen_msgs)
+
--
print_object(first_unseen_msgs)
local pkt_msg_num = 0
@@
-321,7
+321,7
@@
function qwk.write_message (target_dir, first_unseen_msgs)
end
function qwk.write_message_header_block(mf, conf_num, pkt_msg_num, msg)
- print_object(msg)
+
--
print_object(msg)
if msg.read then -- Message status flag
mf:write("-")
else