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-iOS
Commits
e27467f8
Commit
e27467f8
authored
Apr 19, 2014
by
Felix Paul Kühne
Browse files
Cosmetics
parent
a5c298da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/VLCDropboxController.m
View file @
e27467f8
...
...
@@ -135,7 +135,7 @@
_currentFileList
=
[
NSArray
arrayWithArray
:
listOfGoodFilesAndFolders
];
APLog
(
@"found filtered metadata for %lu files"
,
_currentFileList
.
count
);
APLog
(
@"found filtered metadata for %lu files"
,
(
unsigned
long
)
_currentFileList
.
count
);
if
([
self
.
delegate
respondsToSelector
:
@selector
(
mediaListUpdated
)])
[
self
.
delegate
mediaListUpdated
];
}
...
...
Sources/VLCOpenNetworkStreamViewController.m
View file @
e27467f8
...
...
@@ -202,6 +202,7 @@
NSError
*
error
=
nil
;
NSData
*
receivedData
=
[[
NSData
alloc
]
initWithData
:[
NSURLConnection
sendSynchronousRequest
:
request
returningResponse
:
&
response
error
:
&
error
]];
NSInteger
httpStatus
=
[(
NSHTTPURLResponse
*
)
response
statusCode
];
receivedData
=
nil
;
if
(
httpStatus
==
200
)
{
NSString
*
receivedSub
=
[
NSString
stringWithContentsOfURL
:[
NSURL
URLWithString
:
CheckURL
]
encoding
:
NSASCIIStringEncoding
error
:
nil
];
...
...
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