From d7cf91522f07e2e5d69045156c0656262741682a Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 21 Feb 2018 09:51:54 -0300 Subject: [PATCH] Incluindo consulta ao comando IND$FILE no trace de debug para confirmar formato. --- src/lib3270/ft.c | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/src/lib3270/ft.c b/src/lib3270/ft.c index 3bef48e..3b106a8 100644 --- a/src/lib3270/ft.c +++ b/src/lib3270/ft.c @@ -497,6 +497,9 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); } snconcat(buffer,4095,"%s","\n"); + + trace("%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer); + trace_ds(hSession,"\n%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer); // Erase the line and enter the command. -- libgit2 0.21.2