[vlc-commits] commit: Typo (=?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
git at videolan.org
git at videolan.org
Sun Dec 5 00:26:51 CET 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Dec 5 01:26:43 2010 +0200| [9cae22aa08134f15557ec49f46ad3613b4e16926] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=9cae22aa08134f15557ec49f46ad3613b4e16926
---
include/vlc_xlib.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_xlib.h b/include/vlc_xlib.h
index 969dcbc..483c9fc 100644
--- a/include/vlc_xlib.h
+++ b/include/vlc_xlib.h
@@ -40,7 +40,7 @@ static inline bool vlc_xlib_init (vlc_object_t *obj)
{
/* (_Xglobal_lock == NULL) => Xlib threads not initialized */
/* (_XErrorFunction != NULL) => Xlib already in use */
- fprintf (stderr, "%s:%u:%u: Xlib not initialized for threads.\n"
+ fprintf (stderr, "%s:%u:%s: Xlib not initialized for threads.\n"
"This process is probably using LibVLC incorrectly.\n"
"Pass \"--no-xlib\" to libvlc_new() to fix this.\n",
__FILE__, __LINE__, __func__);
More information about the vlc-commits
mailing list