diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-03 22:29:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-03 22:29:46 +0200 |
commit | e8524ea2c41beb087bd8ee0c9f03498ebc5d3d42 (patch) | |
tree | b40d3232d3fa16342b6379609842547c0b3f0d6b /src/core/weechat.c | |
parent | 7cf939961606f079e9b097a7310e86f4e21c7535 (diff) | |
download | weechat-e8524ea2c41beb087bd8ee0c9f03498ebc5d3d42.zip |
xfer: fix DCC file receive on Termux (closes #1811)
This fixes such error displayed on Termux when receiving a DCC file:
xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r-- | src/core/weechat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 246c1636a..b9af73f6e 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -445,6 +445,7 @@ weechat_startup_message () gui_chat_printf (NULL, "---"); gui_chat_printf (NULL, ""); } + gui_chat_printf (NULL, "TEST SEB xfer termux"); } /* |