[vlc-devel] commit: Typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jan 28 19:32:51 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 28 20:32:44 2010 +0200| [3cf0a2ad76682b752e8dff9400140e5c5f876ac4] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cf0a2ad76682b752e8dff9400140e5c5f876ac4
---
src/modules/textdomain.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/textdomain.c b/src/modules/textdomain.c
index 847ba2e..f5c58c3 100644
--- a/src/modules/textdomain.c
+++ b/src/modules/textdomain.c
@@ -35,7 +35,7 @@ int vlc_bindtextdomain (const char *domain)
#if defined (ENABLE_NLS)
/* Specify where to find the locales for current domain */
-# if !defined (__APPLE__) && !defined ( IN32)
+# if !defined (__APPLE__) && !defined (WIN32)
static const char path[] = LOCALEDIR;
# else
char *datadir = config_GetDataDirDefault();
More information about the vlc-devel
mailing list