Commit 105de2b0fd32af9b2c00d012479611a376a07fbf

Authored by perry.werneck@gmail.com
1 parent c092d84e

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,8 +385,6 @@ static void net_connected(H3270 *hSession)
385 char buffer[4096]; 385 char buffer[4096];
386 snprintf(buffer,4095,N_( "Can't %s network keep-alive" ), optval ? _( "enable" ) : _( "disable" )); 386 snprintf(buffer,4095,N_( "Can't %s network keep-alive" ), optval ? _( "enable" ) : _( "disable" ));
387 387
388 - popup_a_sockerr(session, );  
389 -  
390 lib3270_popup_dialog( hSession, 388 lib3270_popup_dialog( hSession,
391 LIB3270_NOTIFY_ERROR, 389 LIB3270_NOTIFY_ERROR,
392 _( "Connection error" ), 390 _( "Connection error" ),