Commit 1141f83aca6d5264813362ae75f47d28e78800b4

Authored by perry.werneck@gmail.com
1 parent bb994088

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
@@ -686,7 +686,7 @@ static int proxy_socks4(H3270 *hSession, int fd, char *host, unsigned short port @@ -686,7 +686,7 @@ static int proxy_socks4(H3270 *hSession, int fd, char *host, unsigned short port
686 popup_an_error(hSession,_("SOCKS4 Proxy: userid error")); 686 popup_an_error(hSession,_("SOCKS4 Proxy: userid error"));
687 return -1; 687 return -1;
688 default: 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 return -1; 690 return -1;
691 } 691 }
692 692