diff options
| -rw-r--r-- | sdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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; |
