From 49a55f9037473584fab33569cbbd64237bbb2839 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 26 Nov 2013 13:10:05 +0000 Subject: [PATCH] Incluindo opção de trace com o comando montado pelo ind --- ft.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/ft.c b/ft.c index 43ccf70..09c8cac 100644 --- a/ft.c +++ b/ft.c @@ -354,6 +354,7 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); } snconcat(buffer,4095,"%s","\n"); + trace_ds(hSession,"\n%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer); // Erase the line and enter the command. flen = kybd_prime(ft->host); -- libgit2 0.21.2