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