Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
438
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
8dd0de97
Commit
8dd0de97
authored
3 years ago
by
Felix Paul Kühne
Committed by
Jean-Baptiste Kempf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
access_output: fix typo
parent
3d07a3d4
No related branches found
Branches containing commit
Tags
0.5.2
Tags containing commit
1 merge request
!171
access_output: fix typo
Pipeline
#101840
passed with stage
Stage:
in 19 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/access_output/file.c
+1
-1
1 addition, 1 deletion
modules/access_output/file.c
with
1 addition
and
1 deletion
modules/access_output/file.c
+
1
−
1
View file @
8dd0de97
...
...
@@ -314,7 +314,7 @@ static int Open( vlc_object_t *p_this )
_
(
"Overwrite"
),
NULL
,
path
,
_
(
"The output file already exists. "
"If recording continues, the file will be "
"overri
dd
en and its content will be lost."
))
==
1
);
"over
w
ri
tt
en and its content will be lost."
))
==
1
);
free
(
buf
);
if
(
fd
==
-
1
)
return
VLC_EGENERIC
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment