1.03b - Workaround for *BSD systems with malloc J or Z options set by default. - again

This commit is contained in:
Steve Pinkham 2010-03-20 11:51:34 -04:00
parent d4e2d34e0b
commit ca78a8e8f7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Version 1.02b:
Version 1.03b:
--------------
- Workaround for *BSD systems with malloc J or Z options set

View File

@ -23,7 +23,7 @@
#ifndef _HAVE_CONFIG_H
#define _HAVE_CONFIG_H
#define VERSION "1.02b"
#define VERSION "1.03b"
#define USE_COLOR 1 /* Use terminal colors */

View File

@ -49,7 +49,7 @@ u32 __AD_trk_cnt[ALLOC_BUCKETS];
/* *BSD where J or Z is set are incompatible with our allocator. */
char* _malloc_options = "jz";
char* malloc_options = "jz";
void usage(char* argv0) {