mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
(debug_memory_stream): Turn debugging off by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99c4a50322
commit
288fd6317a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ objects_vscanf (void *stream,
|
|||
void (*unchar_func)(void*,int),
|
||||
const char *format, va_list argptr);
|
||||
|
||||
static BOOL debug_memory_stream = YES;
|
||||
static BOOL debug_memory_stream = NO;
|
||||
|
||||
/* A pretty stupid implementation based on realloc(), but it works for now. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue