From: RĂ©mi Denis-Courmont Date: Sat, 10 Apr 2010 14:35:40 +0000 (+0300) Subject: utf8_lstat is called vlc_lstat nowadays X-Git-Tag: 1.1.0-pre1~59 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5f687f53d506d169b919fd135eb9681ce2af5e82;p=vlc utf8_lstat is called vlc_lstat nowadays --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 792bcd6758..c138d891f0 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