Skip to content
Snippets Groups Projects
Commit ff415efe authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Felix Paul Kühne
Browse files

access: remove hardcoded size

parent be790d9d
No related branches found
No related tags found
Loading
Pipeline #234543 passed with stages
in 36 minutes and 23 seconds
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment