More comments.

This commit is contained in:
Pietro Gagliardi 2014-08-19 12:45:41 -04:00
parent fa3dff4d46
commit a19832d35e
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ char *openFile(void)
dispatch_resume(dispatch_get_main_queue());
if (ret != NSFileHandlingPanelOKButton)
return NULL;
// string freed on the Go side
return strdup([[[op URL] path] UTF8String]);
}