]> err.no Git - sope/blobdiff - sope-core/NGExtensions/NGBundleManager.m
Drop apache 1 build-dependency
[sope] / sope-core / NGExtensions / NGBundleManager.m
index edc1348e2a845434821bb70e62b3ad988ef9e516..61113ff3eb53d6d691c8766d7e279aa61bd91514 100644 (file)
@@ -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;
       }