From e36770c21a90e1805e88f9bda976f871b820ea44 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 4 Nov 2013 02:46:39 +0000 Subject: [PATCH] Removendo warnings --- telnet.c | 2 +- toggles.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/telnet.c b/telnet.c index 50da28f..a34cc50 100644 --- a/telnet.c +++ b/telnet.c @@ -849,7 +849,7 @@ static int ssl_negotiate(H3270 *hSession) trace_dsn(hSession,"SSL_connect failed: %s %s\n", ERR_lib_error_string(hSession->ssl_error), ERR_reason_error_string(hSession->ssl_error)); - popup_an_error(hSession,_( ERR_reason_error_string(hSession->ssl_error) )); + popup_an_error(hSession,"%s",_( ERR_reason_error_string(hSession->ssl_error) )); } } diff --git a/toggles.c b/toggles.c index c4ed318..f2d7622 100644 --- a/toggles.c +++ b/toggles.c @@ -37,13 +37,14 @@ */ #include +#include +#include + #include #include "toggle.h" #include "globals.h" -//#include "appres.h" #include "ansic.h" -//#include "actionsc.h" #include "ctlrc.h" #include "popupsc.h" #include "screenc.h" -- libgit2 0.21.2