[vlc-commits] Typo

Rémi Denis-Courmont git at videolan.org
Thu Mar 22 18:15:43 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Mar 22 19:15:39 2012 +0200| [4e650a6fc48cf2fa8ad0e9d021c44bf531752baf] | committer: Rémi Denis-Courmont

Typo

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

 include/vlc_charset.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_charset.h b/include/vlc_charset.h
index 7a0a37e..df3fc87 100644
--- a/include/vlc_charset.h
+++ b/include/vlc_charset.h
@@ -139,7 +139,7 @@ static inline char *ToANSI (const char *utf8)
 #  define ToT   ToANSI
 # endif
 # define FromLocale    FromANSI
-# define ToLocale      ToAnsi
+# define ToLocale      ToANSI
 # define LocaleFree(s) free((char *)(s))
 # define FromLocaleDup FromANSI
 # define ToLocaleDup   ToANSI



More information about the vlc-commits mailing list