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
Gautam Chitnis
web-ui-redesign
Commits
4b7a4213
Commit
4b7a4213
authored
Mar 24, 2007
by
Laurent Aimar
Browse files
Fixed typo (Patch by Ari Constancio)
parent
3f64684b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/ftp.c
View file @
4b7a4213
...
...
@@ -219,7 +219,7 @@ static int Login( vlc_object_t *p_access, access_sys_t *p_sys )
msg_Err
(
p_access
,
"user rejected"
);
intf_UserFatal
(
p_access
,
VLC_FALSE
,
_
(
"Network interaction failed"
),
_
(
"Your connection attemp to the server was rejected."
)
);
_
(
"Your connection attemp
t
to the server was rejected."
)
);
return
-
1
;
}
...
...
@@ -754,7 +754,7 @@ static int ftp_StartStream( vlc_object_t *p_access, access_sys_t *p_sys,
p_sys
->
url
.
psz_path
)
<
0
||
ftp_ReadCommand
(
p_access
,
p_sys
,
&
i_answer
,
NULL
)
>
2
)
{
msg_Err
(
p_access
,
"cannot retr
e
ive file"
);
msg_Err
(
p_access
,
"cannot retri
e
ve file"
);
return
VLC_EGENERIC
;
}
...
...
Write
Preview
Supports
Markdown
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