[vlc-commits] commit: access_http: fix unbalanced quotes (Pierre Ynard )
git at videolan.org
git at videolan.org
Wed May 5 08:50:37 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed May 5 08:49:42 2010 +0200| [45ea8ad02597deb90cf6030e2c0e0a7d205a40e3] | committer: Pierre Ynard
access_http: fix unbalanced quotes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45ea8ad02597deb90cf6030e2c0e0a7d205a40e3
---
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