From 4a7e3335a0edf6b76d22da3539704838e935d5df Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 17 Dec 2012 12:52:59 +0000 Subject: [PATCH] Corrigindo erro na transferĂȘncia de arquivo BB --- src/lib3270/ft.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib3270/ft.c b/src/lib3270/ft.c index 2c505f5..9592255 100644 --- a/src/lib3270/ft.c +++ b/src/lib3270/ft.c @@ -372,9 +372,9 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); if(*op) { if(ft->flags & LIB3270_FT_OPTION_TSO) - snconcat(buffer,4095," %s",op+1); - else snconcat(buffer,4095," (%s)",op+1); + else + snconcat(buffer,4095," %s",op+1); } snconcat(buffer,4095,"%s","\n"); -- libgit2 0.21.2