X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FNGExtensions%2FNGBundleManager.m;h=61113ff3eb53d6d691c8766d7e279aa61bd91514;hb=HEAD;hp=edc1348e2a845434821bb70e62b3ad988ef9e516;hpb=761f39286ffc6da6089fe4ef637c6c0e3e45cc11;p=sope diff --git a/sope-core/NGExtensions/NGBundleManager.m b/sope-core/NGExtensions/NGBundleManager.m index edc1348e..61113ff3 100644 --- a/sope-core/NGExtensions/NGBundleManager.m +++ b/sope-core/NGExtensions/NGBundleManager.m @@ -1,5 +1,6 @@ /* - Copyright (C) 2000-2005 SKYRIX Software AG + Copyright (C) 2000-2006 SKYRIX Software AG + Copyright (C) 2006 Helge Hess This file is part of SOPE. @@ -570,7 +571,7 @@ static NSString *NGEnvVarPathSeparator = @":"; if (debugOn) { fprintf(stderr, "%s: Dylib bundle: 0x%p: %s\n", __PRETTY_FUNCTION__, - (unsigned int )bundle, [[bundle bundlePath] cString]); + bundle, [[bundle bundlePath] cString]); } bundle = nil; } @@ -578,7 +579,7 @@ static NSString *NGEnvVarPathSeparator = @":"; if (debugOn) { fprintf(stderr, "%s: Tool bundle: 0x%p: %s\n", __PRETTY_FUNCTION__, - (unsigned int )bundle, [[bundle bundlePath] cString]); + bundle, [[bundle bundlePath] cString]); } bundle = nil; }