From eb9100f085b9b91eadb844f159e09778a7ad9940 Mon Sep 17 00:00:00 2001
From: Paulb23 <p_batty@hotmail.co.uk>
Date: Wed, 17 Nov 2021 18:07:29 +0000
Subject: Fix divide by zero in pck_packer

---
 doc/classes/PCKPacker.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'doc/classes')

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="&quot;&quot;" />
+			<argument index="1" name="alignment" type="int" default="32" />
+			<argument index="2" name="key" type="String" default="&quot;0000000000000000000000000000000000000000000000000000000000000000&quot;" />
 			<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).
-- 
cgit v1.2.3