From 1141f83aca6d5264813362ae75f47d28e78800b4 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 7 Aug 2012 12:39:50 +0000 Subject: [PATCH] Corrigindo empacotamento em windows, ajustes para remoção de warnings do suse build service --- proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.c b/proxy.c index d376952..a8d1559 100644 --- a/proxy.c +++ b/proxy.c @@ -686,7 +686,7 @@ static int proxy_socks4(H3270 *hSession, int fd, char *host, unsigned short port popup_an_error(hSession,_("SOCKS4 Proxy: userid error")); return -1; default: - popup_an_error(hSession,_("SOCKS4 Proxy: unknown status 0x%02x",rbuf[1])); + popup_an_error(hSession,_("SOCKS4 Proxy: unknown status 0x%02x"),rbuf[1]); return -1; } -- libgit2 0.21.2