commit 9a640d5f1289803bbfd8dc994712022b032239e0 parent af06b61905cd33eb3318cc83cc73d7119dc3ce60 Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Mon, 15 May 2023 18:25:41 +0200 Fixed new bug Diffstat:
M | sdep.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sdep.c b/sdep.c @@ -156,6 +156,8 @@ format_line(Event ev, Options op, char *out) l = strlen(out); str_copy(out+l, op.separator, MAXLEN - l); + l = strlen(out); + str_copy(out+l, ev.text, MAXLEN - l); return out;