From 5f687f53d506d169b919fd135eb9681ce2af5e82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 10 Apr 2010 17:35:40 +0300 Subject: [PATCH] utf8_lstat is called vlc_lstat nowadays --- include/vlc_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2