If we fail to resolve our jar file, it is most likely corrupt, so delete

it and allow the resource manager to redownload.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3036 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-06-19 08:09:33 +00:00
parent 8f921179b1
commit 425e8a6dcb
@@ -1,5 +1,5 @@
// //
// $Id: ResourceBundle.java,v 1.26 2004/02/25 14:49:39 mdb Exp $ // $Id: ResourceBundle.java,v 1.27 2004/06/19 08:09:33 mdb Exp $
package com.threerings.resource; package com.threerings.resource;
@@ -99,7 +99,7 @@ public class ResourceBundle
} catch (IOException ioe) { } catch (IOException ioe) {
Log.warning("Failure resolving jar file '" + _source + Log.warning("Failure resolving jar file '" + _source +
"': " + ioe + "."); "': " + ioe + ".");
closeJar(); wipeBundle();
return false; return false;
} }