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
1a87ee6e
Commit
1a87ee6e
authored
Sep 09, 2006
by
Rémi Denis-Courmont
Browse files
Fix segfault. FTP access output is now somehow "tested"
parent
020a810e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/ftp.c
View file @
1a87ee6e
...
...
@@ -381,6 +381,7 @@ static int OutOpen( vlc_object_t *p_this )
p_access
->
pf_seek
=
OutSeek
;
p_access
->
pf_write
=
Write
;
p_access
->
p_sys
=
p_sys
;
return
VLC_SUCCESS
;
...
...
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