From 0be671cd098ea0f6bee4139cc07f7e28307318b6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 3 Jul 2004 03:41:21 +0000 Subject: [PATCH] We aught to be usin' this here too. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3044 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/cast/bundle/BundledComponentRepository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java index d79397d7c..7c84806ce 100644 --- a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java +++ b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java @@ -1,5 +1,5 @@ // -// $Id: BundledComponentRepository.java,v 1.31 2004/07/03 03:25:48 mdb Exp $ +// $Id: BundledComponentRepository.java,v 1.32 2004/07/03 03:41:21 mdb Exp $ package com.threerings.cast.bundle; @@ -100,7 +100,7 @@ public class BundledComponentRepository } // now go back and load up all of the component information - for (int i = 0; i < rbundles.length; i++) { + for (int i = 0; i < rcount; i++) { HashIntMap comps = null; comps = (HashIntMap)BundleUtil.loadObject( rbundles[i], BundleUtil.COMPONENTS_PATH, true);