diff options
author | Solderpunk <solderpunk@sdf.org> | 2018-12-12 18:30:52 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2018-12-12 18:30:52 +0000 |
commit | e81cbcd3c52db03123e17eecf3ec9b67f94af33b (patch) | |
tree | 480b1d092dbcc820b688666b1021fb9b623bc1a9 /telem.lua | |
parent | Read username as command line argument. (diff) |
Small bug from bad merge job.
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ function do_messages() for i, thread in ipairs(current_board_threads) do print(string.format("%3d %s %s %s [%3d posts]", i, os.date("%x", thread.timestamp), colourise("yellow", stringx.ljust(thread.author,16)), - stringx.ljust(thread.subject .. updated_str,50), + stringx.ljust(thread.subject,50), thread.post_count)) end -- Separator |