Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removeExtendedAttribute never called #2

Closed
ghost opened this issue Jul 27, 2011 · 1 comment
Closed

removeExtendedAttribute never called #2

ghost opened this issue Jul 27, 2011 · 1 comment
Assignees
Milestone

Comments

@ghost
Copy link

@ghost ghost commented Jul 27, 2011

In the file GMUserFileSystem.m there on line 1589 the code checks for the wrong selector before trying to removeExtendedAttributes which causes it to never be called. Updated code below:

if ([delegate respondsToSelector:@selector(removeExtendedAttribute:ofItemAtPath:error:)]) {
return [delegate removeExtendedAttribute:name
ofItemAtPath:path
error:error];
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.