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 | 386 | else |
| 387 | 387 | { |
| 388 | 388 | append_element(&info,HTML_ELEMENT_LINE_BREAK); |
| 389 | +/* | |
| 389 | 390 | #if defined(DEBUG) || defined(ANDROID) |
| 390 | 391 | append_string(&info,"\n"); |
| 391 | 392 | #endif // DEBUG |
| 393 | +*/ | |
| 392 | 394 | } |
| 393 | 395 | |
| 394 | 396 | } |
| ... | ... | @@ -420,6 +422,7 @@ |
| 420 | 422 | |
| 421 | 423 | info.text = lib3270_realloc(info.text,strlen(info.text)+2); |
| 422 | 424 | |
| 425 | +/* | |
| 423 | 426 | #if defined(DEBUG) || defined(ANDROID) |
| 424 | 427 | { |
| 425 | 428 | char *text = strdup(info.text); |
| ... | ... | @@ -434,6 +437,7 @@ |
| 434 | 437 | free(text); |
| 435 | 438 | } |
| 436 | 439 | #endif // DEBUG |
| 440 | +*/ | |
| 437 | 441 | |
| 438 | 442 | return info.text; |
| 439 | 443 | } | ... | ... |