diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-11-17 18:07:29 +0000 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-11-17 18:07:29 +0000 |
commit | eb9100f085b9b91eadb844f159e09778a7ad9940 (patch) | |
tree | c0e18eecf7fa67513588c6455938a4eb6395eac5 /doc | |
parent | e445bacd90688e85d9720353b70814cdbf66e7db (diff) |
Fix divide by zero in pck_packer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PCKPacker.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PCKPacker.xml b/doc/classes/PCKPacker.xml index 28508c85e0..b5e7b32225 100644 --- a/doc/classes/PCKPacker.xml +++ b/doc/classes/PCKPacker.xml @@ -43,8 +43,8 @@ <method name="pck_start"> <return type="int" enum="Error" /> <argument index="0" name="pck_name" type="String" /> - <argument index="1" name="alignment" type="int" default="0" /> - <argument index="2" name="key" type="String" default="""" /> + <argument index="1" name="alignment" type="int" default="32" /> + <argument index="2" name="key" type="String" default=""0000000000000000000000000000000000000000000000000000000000000000"" /> <argument index="3" name="encrypt_directory" type="bool" default="false" /> <description> Creates a new PCK file with the name [code]pck_name[/code]. The [code].pck[/code] file extension isn't added automatically, so it should be part of [code]pck_name[/code] (even though it's not required). |