mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Fix type of fileOffset to long.
This commit is contained in:
@@ -175,7 +175,7 @@ public class RemoteFile
|
||||
this(0);
|
||||
}
|
||||
|
||||
public RemoteFileInputStream(int fileOffset) {
|
||||
public RemoteFileInputStream(long fileOffset) {
|
||||
this.fileOffset = fileOffset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user