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

Invalid input parameter for createDirectoryAtPath:attributes:error: #96

Closed
samuelpfchoi opened this issue Sep 10, 2013 · 1 comment
Milestone

Comments

@samuelpfchoi
Copy link

@samuelpfchoi samuelpfchoi commented Sep 10, 2013

static int fusefm_mkdir(const char* path, mode_t mode) {
...
if ([fs createDirectoryAtPath:[NSString stringWithUTF8String:path]
attributes:attribs
error:(NSError **)error]) { <== ??

My understanding, the error input parameter should be &error instead of error

@bfleischer

This comment has been minimized.

Copy link
Member

@bfleischer bfleischer commented Sep 12, 2013

You are absolutely right. Thanks for reporting the bug. It is fixed in commit osxfuse/framework@5aa704c

@bfleischer bfleischer closed this Sep 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.