why is update check behaving strangely?

This commit is contained in:
benfry
2012-10-22 22:14:07 +00:00
parent 9c974868b1
commit 4cefd066be
+1
View File
@@ -96,6 +96,7 @@ public class UpdateCheck {
System.getProperty("os.arch"));
int latest = readInt(downloadURL + "?" + info);
System.out.println("latest is " + latest);
String lastString = Preferences.get("update.last");
long now = System.currentTimeMillis();