diff options
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.c b/src/map/log.c index cbcdaf0f7..02a77d0d2 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -361,7 +361,7 @@ return -1; void log_set_defaults(void)
{
- memset(&log_config, 0, sizeof(log_config));
+ malloc_set(&log_config, 0, sizeof(log_config));
//LOG FILTER Default values
log_config.refine_items_log = 5; //log refined items, with refine >= +7
|