]> git.sesse.net Git - vlc/commitdiff
utf8_lstat is called vlc_lstat nowadays
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 10 Apr 2010 14:35:40 +0000 (17:35 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 10 Apr 2010 14:36:10 +0000 (17:36 +0300)
include/vlc_common.h

index 792bcd67583fa064f6313ccabab87b26fad980aa..c138d891f0e8af160fae3fa6ab3ebdc3ae9fc582 100644 (file)
@@ -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