+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)
/*
- 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.
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;
}
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;
}