Commit 38a5bff15d9f3a1793d71844cc466b9e785cca6c
1 parent
8b050255
Exists in
master
and in
3 other branches
Corrigindo erro ao compilar para windows
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
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" ), | ... | ... |