+2004-08-30 Helge Hess <helge.hess@opengroupware.org>
+
+ * NGBundleManager.m: fixed yet another bug in NGBundleManager path
+ lookup (v4.3.111)
+
2004-08-29 Helge Hess <helge.hess@opengroupware.org>
* NGBundleManager.m: fixed an issue when running without GNUstep
tmp = [env objectForKey:@"GNUSTEP_PATHLIST"];
tmp = [tmp componentsSeparatedByString:@":"];
- for (i = 0; i < count; i++) {
+ for (i = 0, count = [tmp count]; i < count; i++) {
p = [tmp objectAtIndex:i];
p = [p stringByAppendingPathComponent:@"Library"];
p = [p stringByAppendingPathComponent:@"Bundles"];
# $Id$
-SUBMINOR_VERSION:=110
+SUBMINOR_VERSION:=111
# v4.2.72 requires libEOControl v4.2.39