Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6ab10612
Commit
6ab10612
authored
Nov 27, 2007
by
Rémi Denis-Courmont
Browse files
typo
parent
eab5925f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/file.c
View file @
6ab10612
...
...
@@ -206,7 +206,7 @@ static int Open( vlc_object_t *p_this )
void
*
addr
=
mmap
(
NULL
,
1
,
PROT_READ
,
MAP_PRIVATE
,
fd
,
0
);
if
(
addr
!=
MAP_FAILED
)
{
/* Does the file system
needs to
support mmap? */
/* Does the file system support mmap? */
munmap
(
addr
,
1
);
p_access
->
pf_read
=
NULL
;
p_access
->
pf_block
=
mmapBlock
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment