Commit 105de2b0fd32af9b2c00d012479611a376a07fbf
1 parent
c092d84e
Exists in
master
and in
5 other branches
Corrigindo erro ao compilar para windows
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/lib3270/connect.c
| ... | ... | @@ -385,8 +385,6 @@ static void net_connected(H3270 *hSession) |
| 385 | 385 | char buffer[4096]; |
| 386 | 386 | snprintf(buffer,4095,N_( "Can't %s network keep-alive" ), optval ? _( "enable" ) : _( "disable" )); |
| 387 | 387 | |
| 388 | - popup_a_sockerr(session, ); | |
| 389 | - | |
| 390 | 388 | lib3270_popup_dialog( hSession, |
| 391 | 389 | LIB3270_NOTIFY_ERROR, |
| 392 | 390 | _( "Connection error" ), | ... | ... |