[vlc-devel] commit: gnutls: fix compil error (Erwan Tulou )
git version control
git at videolan.org
Mon Aug 24 23:34:20 CEST 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Aug 24 23:19:10 2009 +0200| [6beb39fdbc8562411d8dfe07f60ddf61d2e02a5c] | committer: Erwan Tulou
gnutls: fix compil error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6beb39fdbc8562411d8dfe07f60ddf61d2e02a5c
---
modules/misc/gnutls.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c
index 1901f55..2b8658e 100644
--- a/modules/misc/gnutls.c
+++ b/modules/misc/gnutls.c
@@ -675,7 +675,7 @@ static int OpenClient (vlc_object_t *obj)
goto error;
}
- char *userdir = config_GetDataDir ( VLC_DATA_DIR );
+ char *userdir = config_GetUserDir ( VLC_DATA_DIR );
if (userdir != NULL)
{
char path[strlen (userdir) + sizeof ("/ssl/private")];
More information about the vlc-devel
mailing list