Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2004f95f
Commit
2004f95f
authored
Dec 21, 2007
by
Rémi Denis-Courmont
Browse files
Use ssize_t
parent
74fd4dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/file.c
View file @
2004f95f
...
...
@@ -252,7 +252,7 @@ static void Close (vlc_object_t * p_this)
static
ssize_t
Read
(
access_t
*
p_access
,
uint8_t
*
p_buffer
,
size_t
i_len
)
{
access_sys_t
*
p_sys
=
p_access
->
p_sys
;
in
t
i_ret
;
ssize_
t
i_ret
;
int
fd
=
p_sys
->
fd
;
#if !defined(WIN32) && !defined(UNDER_CE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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