mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 11:51:57 +02:00
INPMovieFilter: bug fix
This commit is contained in:
parent
aa0103381f
commit
23809bb1bf
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@
|
||||||
&outValue
|
&outValue
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (outValue == NULL)
|
||||||
|
return NO;
|
||||||
|
|
||||||
CFStringRef uti = (__bridge CFStringRef)[NSString stringWithString:(__bridge NSString *)outValue];
|
CFStringRef uti = (__bridge CFStringRef)[NSString stringWithString:(__bridge NSString *)outValue];
|
||||||
|
|
||||||
return UTTypeConformsTo(uti, kUTTypeMovie);
|
return UTTypeConformsTo(uti, kUTTypeMovie);
|
||||||
|
|
Loading…
Add table
Reference in a new issue