Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
4b7a4213
Commit
4b7a4213
authored
Mar 24, 2007
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo (Patch by Ari Constancio)
parent
3f64684b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/ftp.c
modules/access/ftp.c
+2
-2
No files found.
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
ei
ve file"
);
msg_Err
(
p_access
,
"cannot retr
ie
ve file"
);
return
VLC_EGENERIC
;
}
...
...
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