fix compile
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user