git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aec1b3
)
fix previous commit
author
Rafaël Carré
<funman@videolan.org>
Sun, 24 Feb 2008 23:38:08 +0000
(23:38 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sun, 24 Feb 2008 23:38:08 +0000
(23:38 +0000)
src/vlc.c
patch
|
blob
|
history
diff --git
a/src/vlc.c
b/src/vlc.c
index
7016849
..
b8dd9bb
100644
(file)
--- a/
src/vlc.c
+++ b/
src/vlc.c
@@
-95,7
+95,7
@@
int main( int i_argc, const char *ppsz_argv[] )
# ifdef DEBUG
/* Activate malloc checking routines to detect heap corruptions. */
putenv( (char*)"MALLOC_CHECK_=2" );
-# ifdef __APPLE
+# ifdef __APPLE
__
putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" );
# endif