mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 02:17:30 +00:00
Fixed: #2636 ActionScript - Incorrect always-break detection causing insertion of while(true)
Fixed: ActionScript - newline after do..while
This commit is contained in:
@@ -701,7 +701,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
/**
|
||||
* SHA 256 hash of original data
|
||||
*/
|
||||
private String hashSha256 = null;
|
||||
private String hashSha256 = "0000000000000000000000000000000000000000000000000000000000000000";
|
||||
|
||||
public String getHashSha256() {
|
||||
return hashSha256;
|
||||
|
||||
Reference in New Issue
Block a user