diff options
| -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(); } |
![]() |
index : fujinet-chat | |
| IRC client for Atari 8-bit with FujiNET | urchlay -at- slackware _dot_ uk |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/main.c | 3 |
@@ -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(); } |