diff src/uicommon/gftpui.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 1ce11a3d9557
children 81b957b00691
line wrap: on
line diff
--- a/src/uicommon/gftpui.c	Wed Sep 29 22:43:59 2004 +0000
+++ b/src/uicommon/gftpui.c	Wed Sep 29 22:50:33 2004 +0000
@@ -626,7 +626,7 @@
 
       gftpui_lookup_file_colors (fle, &startcolor, &endcolor);
       tempstr = gftp_gen_ls_string (fle, startcolor, endcolor);
-      request->logging_function (gftp_logging_misc_nolog, request, "%s",
+      request->logging_function (gftp_logging_misc_nolog, request, "%s\n",
                                  tempstr);
       g_free (tempstr);