[vlc-devel] commit: Second (blind) attempt at fixing win and mac. (Antoine Cellerier )

git version control git at videolan.org
Tue Dec 22 12:31:44 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Dec 22 12:31:10 2009 +0100| [2093cfa748bfa6f4f4e6582b8527729d4145ae0f] | committer: Antoine Cellerier 

Second (blind) attempt at fixing win and mac.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2093cfa748bfa6f4f4e6582b8527729d4145ae0f
---

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index aa512d2..f9e87ad 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1245,7 +1245,7 @@ static inline int LoadMessages (void)
 #else
     char psz_path[1024];
     if (snprintf (psz_path, sizeof (psz_path), "%s" DIR_SEP "%s",
-                  config_GetDataDir(), "locale")
+                  config_GetDataDirDefault(), "locale")
                      >= (int)sizeof (psz_path))
         return -1;
 




More information about the vlc-devel mailing list