From e7d25f699bf5202810e326e9d9a09259cd79460d Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 19 Jun 2015 13:41:38 +0000 Subject: [PATCH] Corrigindo chamada do ind de acordo com mensagem enviada por thiagomlima@bb.com.br --- ft.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ft.c b/ft.c index 9bfa44e..f0a6ecb 100644 --- a/ft.c +++ b/ft.c @@ -401,8 +401,8 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); } } - snprintf(buffer,4095,"%s %s %s", "ind$file", - (ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "get" : "put", + snprintf(buffer,4095,"%s %s %s", "IND$FILE", + (ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "GET" : "PUT", ft->remote ); if(*op) -- libgit2 0.21.2