From 7d020526b38c42d366eb7619907398dbe8ab2ce4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 27 Dec 2007 16:48:20 +0000 Subject: [PATCH 1/1] Revert [23889]. Don't enable debug if you don't want it. --- modules/access/file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/access/file.c b/modules/access/file.c index 30e1872234..f7e46c3dd5 100644 --- a/modules/access/file.c +++ b/modules/access/file.c @@ -422,10 +422,9 @@ static block_t *mmapBlock (access_t *p_access) } p_access->info.i_pos = offset + length; -#if 0 msg_Dbg (p_access, "mapped 0x%lx bytes at %p from offset 0x%lx", (unsigned long)length, addr, (unsigned long)offset); -#endif + block_sys_t *block = malloc (sizeof (*block)); if (block == NULL) { -- 2.20.1