More comments.
This commit is contained in:
parent
fa3dff4d46
commit
a19832d35e
|
@ -25,5 +25,6 @@ char *openFile(void)
|
||||||
dispatch_resume(dispatch_get_main_queue());
|
dispatch_resume(dispatch_get_main_queue());
|
||||||
if (ret != NSFileHandlingPanelOKButton)
|
if (ret != NSFileHandlingPanelOKButton)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
// string freed on the Go side
|
||||||
return strdup([[[op URL] path] UTF8String]);
|
return strdup([[[op URL] path] UTF8String]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue