[vlc-devel] commit: Ahem ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 23 14:47:43 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 23 15:47:20 2009 +0300| [4d4f701e03e4b861f38249f001bec0ba7d286de1] | committer: Rémi Denis-Courmont
Ahem
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d4f701e03e4b861f38249f001bec0ba7d286de1
---
src/misc/linux_specific.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/linux_specific.c b/src/misc/linux_specific.c
index 322339b..79c8807 100644
--- a/src/misc/linux_specific.c
+++ b/src/misc/linux_specific.c
@@ -91,7 +91,7 @@ void system_Init (libvlc_int_t *libvlc, int *argc, const char *argv[])
"Please update to version 2.8 or newer.\n", stderr);
fflush (stderr);
#ifndef DISABLE_BUGGY_GLIBC_CHECK
- //abort ();
+ abort ();
#endif
}
#endif
More information about the vlc-devel
mailing list