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