git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
093059f
)
Revert [23889]. Don't enable debug if you don't want it.
author
Rémi Denis-Courmont
<rem@videolan.org>
Thu, 27 Dec 2007 16:48:20 +0000
(16:48 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Thu, 27 Dec 2007 16:48:20 +0000
(16:48 +0000)
modules/access/file.c
patch
|
blob
|
history
diff --git
a/modules/access/file.c
b/modules/access/file.c
index
30e1872
..
f7e46c3
100644
(file)
--- 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)
{