Commit 6d44cf44 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32 compile fix

parent 500cb6f4
......@@ -1215,7 +1215,7 @@ static inline int LoadMessages (void)
#else
char psz_path[1024];
if (snprintf (psz_path, sizeof (psz_path), "%s/%s",
p_libvlc_global->psz_vlcpath, "locale")
vlc_global()->psz_vlcpath, "locale")
>= (int)sizeof (psz_path))
return -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment