[vlc-commits] commit: utf8_lstat is called vlc_lstat nowadays ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat Apr 10 16:36:11 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 17:35:40 2010 +0300| [5f687f53d506d169b919fd135eb9681ce2af5e82] | committer: Rémi Denis-Courmont 

utf8_lstat is called vlc_lstat nowadays

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

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

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 792bcd6..c138d89 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -402,7 +402,7 @@ struct _stati64;
 #define fstat _fstati64
 #endif
 
-/* You should otherwise use vlc_stat and utf8_lstat. */
+/* You should otherwise use vlc_stat and vlc_lstat. */
 #else
 struct stat;
 #endif



More information about the vlc-commits mailing list