mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 13:12:16 +00:00
number formatting fix
This commit is contained in:
@@ -1161,7 +1161,7 @@ public class EcmaFloatingDecimal {
|
||||
|
||||
private static final char notANumber[] = {'N', 'a', 'N'};
|
||||
|
||||
private static final char zero[] = {'0', '0', '0', '0', '0', '0', '0', '0'};
|
||||
private static final char zero[] = {'0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'};
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user