Initialize lastmod.

This commit is contained in:
hns 2002-10-24 15:37:56 +00:00
parent 8573a0ce89
commit 186459918a

View file

@ -20,7 +20,7 @@ public final class SkinFile implements Updatable {
Application app;
File file;
Skin skin;
long lastmod;
long lastmod = 0;
public SkinFile (File file, String name, Prototype proto) {
this.prototype = proto;