mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 09:41:53 +00:00
#481 Image exporting fixed (DefineBitsJPEG2/3 erroneous header)
This commit is contained in:
@@ -171,7 +171,7 @@ public class SWFInputStream extends InputStream {
|
||||
*
|
||||
* @param pos Number of bytes
|
||||
*/
|
||||
public void seek(int pos) throws IOException {
|
||||
public void seek(long pos) throws IOException {
|
||||
if (is instanceof SeekableInputStream) {
|
||||
SeekableInputStream sis = (SeekableInputStream) is;
|
||||
sis.seek(pos);
|
||||
|
||||
Reference in New Issue
Block a user