diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -52,8 +52,7 @@ void txbuf_send(void) { } void txbuf_send_str(const char *str) { - txbuf_init(); - txbuf_append_str(str); + txbuf_set_str(str); txbuf_send(); } |
