Commit 1141f83aca6d5264813362ae75f47d28e78800b4
1 parent
bb994088
Exists in
master
and in
3 other branches
Corrigindo empacotamento em windows, ajustes para remoção de warnings do suse build service
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
proxy.c
... | ... | @@ -686,7 +686,7 @@ static int proxy_socks4(H3270 *hSession, int fd, char *host, unsigned short port |
686 | 686 | popup_an_error(hSession,_("SOCKS4 Proxy: userid error")); |
687 | 687 | return -1; |
688 | 688 | default: |
689 | - popup_an_error(hSession,_("SOCKS4 Proxy: unknown status 0x%02x",rbuf[1])); | |
689 | + popup_an_error(hSession,_("SOCKS4 Proxy: unknown status 0x%02x"),rbuf[1]); | |
690 | 690 | return -1; |
691 | 691 | } |
692 | 692 | ... | ... |