Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
3e258835
Commit
3e258835
authored
Jun 05, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling
parent
d8685373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/sftp.c
modules/access/sftp.c
+1
-1
modules/demux/ts.c
modules/demux/ts.c
+1
-1
No files found.
modules/access/sftp.c
View file @
3e258835
...
...
@@ -134,7 +134,7 @@ static int Open( vlc_object_t* p_this )
else
{
dialog_Login
(
p_access
,
&
psz_username
,
&
psz_password
,
_
(
"SFTP authenti
fi
cation"
),
_
(
"SFTP authentication"
),
_
(
"Please enter a valid login and password for the sftp "
"connexion to %s"
),
url
.
psz_host
);
if
(
EMPTY_STR
(
psz_username
)
||
!
psz_password
)
...
...
modules/demux/ts.c
View file @
3e258835
...
...
@@ -157,7 +157,7 @@ static void Close ( vlc_object_t * );
#define SPLIT_ES_TEXT N_("Separate sub-streams")
#define SPLIT_ES_LONGTEXT N_( \
"Separate teletex/dvbs pages into independ
a
nt ES. " \
"Separate teletex/dvbs pages into independ
e
nt ES. " \
"It can be useful to turn off this option when using stream output." )
vlc_module_begin
()
...
...
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