Skip to content

Commit

Permalink
Fix fa_probe call after commit 5ae6153
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed May 1, 2011
1 parent 71b9d24 commit 77bda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileaccess/fa_spotlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spotlight_searcher(void *aux)
path = malloc(len);
CFStringGetCString(pathRef, path, len, kCFStringEncodingUTF8);
CFRelease(pathRef);
ctype = fa_probe(metadata, path, NULL, 0, NULL, 0, NULL);
ctype = fa_probe(metadata, path, NULL, 0, NULL, 0, NULL, 1);

t = 0;
switch(ctype) {
Expand Down

0 comments on commit 77bda47

Please sign in to comment.