From 99ed1802f754fe3f8fed8dfd13ff5760dd73f9cd Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 24 Jul 2012 18:50:14 +0000 Subject: [PATCH] Iniciando a implementação da caixa de diálogo modal durante comunicação com o host --- html.c | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/html.c b/html.c index 86dbd1c..0456250 100644 --- a/html.c +++ b/html.c @@ -386,9 +386,11 @@ else { append_element(&info,HTML_ELEMENT_LINE_BREAK); +/* #if defined(DEBUG) || defined(ANDROID) append_string(&info,"\n"); #endif // DEBUG +*/ } } @@ -420,6 +422,7 @@ info.text = lib3270_realloc(info.text,strlen(info.text)+2); +/* #if defined(DEBUG) || defined(ANDROID) { char *text = strdup(info.text); @@ -434,6 +437,7 @@ free(text); } #endif // DEBUG +*/ return info.text; } -- libgit2 0.21.2