pdherbemont / Glasses

This is the next generation of VLC for Mac also called Lunettes.
http://wiki.github.com/pdherbemont/Glasses
206 stars 25 forks source link

[PATCH] master doesn't build #74

Closed giskarda closed 14 years ago

giskarda commented 14 years ago

Latest xcode, latest git version (29 june), i had to cast for compile glasses :)

simple (and i think wrong way) patch:

diff --git a/Sources/VLCDocumentController.m b/Sources/VLCDocumentController.m index 0209498..4387858 100644 --- a/Sources/VLCDocumentController.m +++ b/Sources/VLCDocumentController.m @@ -82,7 +82,7 @@

 CFIndex index = CFArrayBSearchValues((CFArrayRef) schemes, CFRangeMake(0, CFArrayGetCount((CFArrayRef)schemes)) , 
                                  (CFStringRef) scheme, (CFComparatorFunction)CFStringCompare, nil);
pdherbemont commented 14 years ago

Thanks! Please send a pull request :)

giskarda commented 14 years ago

Done :) please review it :)