From 234bf661a935ad204e089486a0db7e92847ff071 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 24 Feb 2008 23:38:08 +0000 Subject: [PATCH] fix previous commit --- src/vlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vlc.c b/src/vlc.c index 7016849d09..b8dd9bb958 100644 --- 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 -- 2.39.5