Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-Android
Commits
80650a65
Commit
80650a65
authored
Aug 10, 2016
by
Geoffrey Métais
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build
parent
c662cba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/src/org/videolan/vlc/media/MediaWrapper.java
vlc-android/src/org/videolan/vlc/media/MediaWrapper.java
+1
-1
No files found.
vlc-android/src/org/videolan/vlc/media/MediaWrapper.java
View file @
80650a65
...
...
@@ -166,7 +166,7 @@ public class MediaWrapper implements Parcelable {
filename
=
mTitle
;
if
(
TextUtils
.
isEmpty
(
filename
))
return
;
final
int
index
=
filename
.
indexOf
(
'?'
);
int
index
=
filename
.
indexOf
(
'?'
);
if
(
index
!=
-
1
)
filename
=
filename
.
substring
(
0
,
index
);
...
...
Geoffrey Métais
@Dekans
mentioned in commit
53b09298
·
Aug 10, 2016
mentioned in commit
53b09298
mentioned in commit 53b09298189fa7d4b3e4318f34eb04d2d219f26b
Toggle commit list
Geoffrey Métais
@Dekans
Mentioned in commit
Dekans/vlc-android@53b09298
·
Nov 02, 2016
Mentioned in commit
Dekans/vlc-android@53b09298
Mentioned in commit Dekans/vlc-android@53b09298189fa7d4b3e4318f34eb04d2d219f26b
Toggle commit list
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