[vlc-commits] commit: access_http: fix unbalanced quotes (Pierre Ynard )
git at videolan.org
git at videolan.org
Wed May 5 12:13:08 CEST 2010
vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed May 5 08:49:42 2010 +0200| [767b832c13922b48bd0a0fe5e91e1f68e9ca91e6] | committer: Jean-Baptiste Kempf
access_http: fix unbalanced quotes
(cherry picked from commit 45ea8ad02597deb90cf6030e2c0e0a7d205a40e3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=767b832c13922b48bd0a0fe5e91e1f68e9ca91e6
---
modules/access/http.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 4b44006..abb157f 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -481,7 +481,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
}
}
- msg_Dbg( p_access, "http: server='%s' port=%d file='%s",
+ msg_Dbg( p_access, "http: server='%s' port=%d file='%s'",
p_sys->url.psz_host, p_sys->url.i_port, p_sys->url.psz_path );
if( p_sys->b_proxy )
{
More information about the vlc-commits
mailing list