]> err.no Git - sope/commitdiff
fixed a 64bit issue
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 24 Jul 2006 18:26:13 +0000 (18:26 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 24 Jul 2006 18:26:13 +0000 (18:26 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1327 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/NGBundleManager.m
sope-core/NGExtensions/Version

index 6e4a29e477349c94d29a1313224ef7aa1c6103f1..9518daa8cbd6487ef1baf34f3e8310affa894272 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGBundleManager.m: fixed a minor 64bit printing issue (v4.5.188)
+
 2006-07-05  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGResourceLocator.m: added FHS_INSTALL_ROOT to lookup path (v4.5.187)
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;
       }
index 9a321f81acc451267ab3c901c931974308c9bdb1..d8e69c4d44dddb2b7b4aea49a248013327257b43 100644 (file)
@@ -1,6 +1,6 @@
 # version
 
-SUBMINOR_VERSION:=187
+SUBMINOR_VERSION:=188
 
 # v4.3.115 requires libFoundation v1.0.59
 # v4.2.72  requires libEOControl  v4.2.39