]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
utf8_lstat is called vlc_lstat nowadays
[vlc] / 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