fix for MacOS pascal string escape character '\p'

This commit is contained in:
fjallon
2011-12-13 17:56:57 +00:00
parent 6fd540ea1e
commit 6f05269117

View File

@@ -49,7 +49,7 @@ CFBundleRef gBundleRefOpenGL = NULL;
OSStatus aglInitEntryPoints (void)
{
OSStatus err = noErr;
const Str255 frameworkName = "\\pOpenGL.framework";
const Str255 frameworkName = "\pOpenGL.framework";
FSRefParam fileRefParam;
FSRef fileRef;
CFURLRef bundleURLOpenGL;