aboutsummaryrefslogtreecommitdiff
path: root/sdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdep.c')
-rw-r--r--sdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdep.c b/sdep.c
index fe67b95..629387b 100644
--- a/sdep.c
+++ b/sdep.c
@@ -156,6 +156,8 @@ format_line(Event ev, Options op, char *out)
156 l = strlen(out); 156 l = strlen(out);
157 157
158 str_copy(out+l, op.separator, MAXLEN - l); 158 str_copy(out+l, op.separator, MAXLEN - l);
159 l = strlen(out);
160
159 str_copy(out+l, ev.text, MAXLEN - l); 161 str_copy(out+l, ev.text, MAXLEN - l);
160 162
161 return out; 163 return out;

Generated with cgit - Back to sebastiano.tronto.net