mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 18:16:09 +00:00
spelling: erroneous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f2a0c53e5b
commit
21e478d2ff
@@ -3316,7 +3316,7 @@ Major version of SWF to XML export changed to 2.
|
||||
|
||||
### Fixed
|
||||
- [#32] - AS2: Action255 bug
|
||||
- [#31] - Erorrneous tags are now ignored
|
||||
- [#31] - Erroneous tags are now ignored
|
||||
- DefineBitsLossLess 1&2 on 8bit colormapped images
|
||||
|
||||
## [1.3.0] - 2013-02-17
|
||||
|
||||
@@ -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