From 4ff3677231c930770a5d3e8c97ff47c14dad75b6 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 20 Jan 2008 22:00:30 +0000 Subject: [PATCH] Fixed weird character in prefixed output. git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@187 bc163920-b10d-0410-b2c5-a5491ca2ceef --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index b9f89ba..2c71db3 100644 --- a/http.c +++ b/http.c @@ -183,7 +183,7 @@ void proxy_protocol(PTSTREAM *pts) if( args_info.verbose_flag ) { // message( "Connect string sent to local proxy:\n"); message( "Communication with local proxy:\n"); - print_line_prefix(buf, "đ-> "); + print_line_prefix(buf, " -> "); } /*