Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upInvalid input parameter for createDirectoryAtPath:attributes:error: #96
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
|
You are absolutely right. Thanks for reporting the bug. It is fixed in commit osxfuse/framework@5aa704c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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