Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0da94177
Commit
0da94177
authored
Nov 10, 2007
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* a few more
parent
42ee1b38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+1
-1
src/misc/update.c
src/misc/update.c
+2
-2
No files found.
modules/demux/avi/avi.c
View file @
0da94177
...
...
@@ -585,7 +585,7 @@ aviindex:
i_create
=
intf_UserYesNo
(
p_demux
,
_
(
"AVI Index"
)
,
_
(
"This AVI file is broken. Seeking will not "
"work correctly.
\n
Do you want to "
"try to repair it
(this might take a long time) ?
"
),
"try to repair it
?
\n\n
This might take a long time.
"
),
_
(
"Repair"
),
_
(
"Don't repair"
),
_
(
"Cancel"
)
);
if
(
i_create
==
DIALOG_OK_YES
)
{
...
...
src/misc/update.c
View file @
0da94177
...
...
@@ -1283,7 +1283,7 @@ void update_download_for_real( download_thread_t *p_this )
if
(
!
p_stream
)
{
msg_Err
(
p_libvlc
,
"Failed to open %s for reading"
,
psz_src
);
intf_UserFatal
(
p_libvlc
,
VLC_TRUE
,
"
Error while Downloading...
"
,
intf_UserFatal
(
p_libvlc
,
VLC_TRUE
,
"
Download Error
"
,
"VLC failed to open %s for reading."
,
psz_src
);
intf_UserHide
(
p_libvlc
,
i_progress
);
}
...
...
@@ -1293,7 +1293,7 @@ void update_download_for_real( download_thread_t *p_this )
if
(
!
p_file
)
{
msg_Err
(
p_libvlc
,
"Failed to open %s for writing"
,
psz_dest
);
intf_UserFatal
(
p_libvlc
,
VLC_TRUE
,
"
Error while Downloading...
"
,
intf_UserFatal
(
p_libvlc
,
VLC_TRUE
,
"
Download Error
"
,
"VLC failed to open %s for writing."
,
psz_dest
);
intf_UserHide
(
p_libvlc
,
i_progress
);
}
...
...
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