From 373a5d357c2e02df53b5f00dbe4ccf334271e844 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 24 Jul 2006 18:26:13 +0000 Subject: [PATCH] fixed a 64bit issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1327 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-core/NGExtensions/ChangeLog | 4 ++++ sope-core/NGExtensions/NGBundleManager.m | 7 ++++--- sope-core/NGExtensions/Version | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 6e4a29e4..9518daa8 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,7 @@ +2006-07-24 Helge Hess + + * NGBundleManager.m: fixed a minor 64bit printing issue (v4.5.188) + 2006-07-05 Helge Hess * NGResourceLocator.m: added FHS_INSTALL_ROOT to lookup path (v4.5.187) 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; } diff --git a/sope-core/NGExtensions/Version b/sope-core/NGExtensions/Version index 9a321f81..d8e69c4d 100644 --- a/sope-core/NGExtensions/Version +++ b/sope-core/NGExtensions/Version @@ -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 -- 2.39.2