Commit 99ed1802f754fe3f8fed8dfd13ff5760dd73f9cd
1 parent
32c0bd3a
Exists in
master
and in
3 other branches
Iniciando a implementação da caixa de diálogo modal durante comunicação com o host
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
html.c
| @@ -386,9 +386,11 @@ | @@ -386,9 +386,11 @@ | ||
| 386 | else | 386 | else |
| 387 | { | 387 | { |
| 388 | append_element(&info,HTML_ELEMENT_LINE_BREAK); | 388 | append_element(&info,HTML_ELEMENT_LINE_BREAK); |
| 389 | +/* | ||
| 389 | #if defined(DEBUG) || defined(ANDROID) | 390 | #if defined(DEBUG) || defined(ANDROID) |
| 390 | append_string(&info,"\n"); | 391 | append_string(&info,"\n"); |
| 391 | #endif // DEBUG | 392 | #endif // DEBUG |
| 393 | +*/ | ||
| 392 | } | 394 | } |
| 393 | 395 | ||
| 394 | } | 396 | } |
| @@ -420,6 +422,7 @@ | @@ -420,6 +422,7 @@ | ||
| 420 | 422 | ||
| 421 | info.text = lib3270_realloc(info.text,strlen(info.text)+2); | 423 | info.text = lib3270_realloc(info.text,strlen(info.text)+2); |
| 422 | 424 | ||
| 425 | +/* | ||
| 423 | #if defined(DEBUG) || defined(ANDROID) | 426 | #if defined(DEBUG) || defined(ANDROID) |
| 424 | { | 427 | { |
| 425 | char *text = strdup(info.text); | 428 | char *text = strdup(info.text); |
| @@ -434,6 +437,7 @@ | @@ -434,6 +437,7 @@ | ||
| 434 | free(text); | 437 | free(text); |
| 435 | } | 438 | } |
| 436 | #endif // DEBUG | 439 | #endif // DEBUG |
| 440 | +*/ | ||
| 437 | 441 | ||
| 438 | return info.text; | 442 | return info.text; |
| 439 | } | 443 | } |