[vlc-devel] commit: smb: use utf8_open (fix #2922) ( Rémi Duraffort )

git version control git at videolan.org
Wed Jul 1 11:54:41 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul  1 10:48:52 2009 +0200| [22507d7538a1f2181548299aca73b2967bda71cc] | committer: Rémi Duraffort 

smb: use utf8_open (fix #2922)

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

 modules/access/smb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/smb.c b/modules/access/smb.c
index 33d6d8a..fcca7cd 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -42,7 +42,7 @@
 #       include <sys/stat.h>
 #   endif
 #   include <io.h>
-#   define smbc_open(a,b,c) open(a,b,c)
+#   define smbc_open(a,b,c) utf8_open(a,b,c)
 #   define stat _stati64
 #   define smbc_fstat(a,b) _fstati64(a,b)
 #   define smbc_read read




More information about the vlc-devel mailing list