Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
ff415efe
Commit
ff415efe
authored
Jun 17, 2022
by
Alexandre Janniaux
Committed by
Felix Paul Kühne
Jun 23, 2022
Browse files
access: remove hardcoded size
parent
be790d9d
Pipeline
#234543
passed with stages
in 36 minutes and 23 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/input/access.c
View file @
ff415efe
...
...
@@ -79,7 +79,7 @@ static stream_t *accessNewAttachment(vlc_object_t *parent,
vlc_stream_Delete
(
stream
);
return
NULL
;
}
stream
->
psz_location
=
stream
->
psz_url
+
13
;
stream
->
psz_location
=
stream
->
psz_url
+
strlen
(
"attachment://"
)
;
return
stream
;
}
...
...
Write
Preview
Supports
Markdown
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