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
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];
}

@ghost ghost assigned bfleischer Jul 28, 2011
@bfleischer

This comment has been minimized.

Copy link
Member

@bfleischer bfleischer commented Jul 28, 2011

Thanks for the fix. It will be part of the 2.3.1 maintenance release.

https://github.com/osxfuse/sdk/commit/30f4020b69ada96466f479ee845a71ff38d96938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant
You can’t perform that action at this time.