From 64306e4e10d5e1bee75d500543a4fb9a4956a5a4 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sat, 25 Sep 2021 23:34:59 -0300 Subject: [PATCH] Remove unnecessary `REDIM` in `SUB increaseUDTArrays` A properly formed Git commit subject line should always be able to complete the following sentence: - If applied, this commit will... Do not end the subject line with a period. Wrap the body at 72 characters. One day people learn. Apologies for years of not following the above. --- source/qb64.bas | 1 - 1 file changed, 1 deletion(-) diff --git a/source/qb64.bas b/source/qb64.bas index 244cee22a..deaf477ee 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -26162,7 +26162,6 @@ SUB increaseUDTArrays REDIM _PRESERVE udtxnext(x + 1000) AS LONG REDIM _PRESERVE udtxvariable(x + 1000) AS INTEGER 'true if the udt contains variable length elements 'elements - REDIM _PRESERVE lasttypeelement AS LONG REDIM _PRESERVE udtename(x + 1000) AS STRING * 256 REDIM _PRESERVE udtecname(x + 1000) AS STRING * 256 REDIM _PRESERVE udtebytealign(x + 1000) AS INTEGER