Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Finkel
VLC
Commits
8dd0de97
Commit
8dd0de97
authored
May 30, 2021
by
Felix Paul Kühne
Committed by
Jean-Baptiste Kempf
May 31, 2021
Browse files
access_output: fix typo
parent
3d07a3d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access_output/file.c
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
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment