comparison src/text/gftp-text.c @ 573:a2d49bf1d2d1

2004-9-29 Brian Masney <masneyb@gftp.org> * src/text/gftp-text.c src/uicommon/gftpui.c - make sure that extra newlines are not displayed to the user when certain commands are run from the text console
author masneyb
date Wed, 29 Sep 2004 22:50:33 +0000
parents c6a6e908dbaf
children 81b957b00691
comparison
equal deleted inserted replaced
572:ce1e83470207 573:a2d49bf1d2d1
130 else 130 else
131 fflush (gftp_logfd); 131 fflush (gftp_logfd);
132 } 132 }
133 133
134 if (level == gftp_logging_misc_nolog) 134 if (level == gftp_logging_misc_nolog)
135 printf ("%s\n", outstr); 135 printf ("%s", outstr);
136 else 136 else
137 gftp_text_write_string (outstr); 137 gftp_text_write_string (outstr);
138 138
139 printf ("%s", GFTPUI_COMMON_COLOR_DEFAULT); 139 printf ("%s", GFTPUI_COMMON_COLOR_DEFAULT);
140 140