mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:50:44 +00:00
committed by
Jindra Petřík
parent
f2a0c53e5b
commit
21e478d2ff
@@ -55,7 +55,7 @@ public class JpegFixer {
|
||||
}
|
||||
return;
|
||||
}
|
||||
//Check for errorneous header at the beginning, before first SOI marker
|
||||
//Check for erroneous header at the beginning, before first SOI marker
|
||||
if (val == EOI) {
|
||||
val = is.read();
|
||||
int val2 = is.read();
|
||||
|
||||
Reference in New Issue
Block a user