fix compile

This commit is contained in:
Chris Danford
2005-08-03 22:01:44 +00:00
parent a899cea04d
commit 76d1866eb6
@@ -104,7 +104,7 @@ public class VerifySignature
InputStream is = new FileInputStream(file); InputStream is = new FileInputStream(file);
// Get the size of the file // Get the size of the file
long length = ile.length(); long length = file.length();
// You cannot create an array using a long type. // You cannot create an array using a long type.
// It needs to be an int type. // It needs to be an int type.