- if (CFURLRef plugins = CFBundleCopyBuiltInPlugInsURL(securityFramework))
- if (CFRef<CFURLRef> pluginURL = CFURLCreateWithFileSystemPathRelativeToBase(NULL,
- CFSTR("csparser.bundle"), kCFURLPOSIXPathStyle, true, plugins)) {
- secdebug("antlrplugin", "loading antlr parser plugin from %s", cfString(pluginURL).c_str());
+ if (CFRef<CFURLRef> plugins = CFBundleCopyBuiltInPlugInsURL(securityFramework))
+ if (CFRef<CFURLRef> pluginURL = makeCFURL("csparser.bundle", true, plugins)) {