Changeset 234bf661a935ad204e089486a0db7e92847ff071

Show
Ignore:
Timestamp:
25/02/08 00:38:08 (8 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1203896288 +0000
git-parent:

[3aec1b381569f564766bfb23717c657e0e1967e3]

git-author:
Rafaël Carré <funman@videolan.org> 1203896288 +0000
Message:

fix previous commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/vlc.c

    r3aec1b3 r234bf66  
    9696    /* Activate malloc checking routines to detect heap corruptions. */ 
    9797    putenv( (char*)"MALLOC_CHECK_=2" ); 
    98 #       ifdef __APPLE 
     98#       ifdef __APPLE__ 
    9999    putenv( (char*)"MallocErrorAbort=crash_my_baby_crash" ); 
    100100#       endif