diff --git a/src/PikaParser.c b/src/PikaParser.c index 12e732ab9..a95658979 100644 --- a/src/PikaParser.c +++ b/src/PikaParser.c @@ -2464,7 +2464,7 @@ Arg* arg_strAddIndentMulti(Arg* aStrInMuti, int indent) { char* sLine = NULL; int iLineNum = strGetLineNum(sStrInMuti); Arg* aStrOut = arg_newStr(""); - Args buffs = {}; + Args buffs = {0}; for (int i = 0; i < iLineNum; i++) { sLine = strsPopLine(&buffs, &sStrInMuti); Arg* aLine = arg_newStr(sLine); diff --git a/src/PikaVersion.h b/src/PikaVersion.h index 72335dfd5..014a22dd9 100644 --- a/src/PikaVersion.h +++ b/src/PikaVersion.h @@ -2,4 +2,4 @@ #define PIKA_VERSION_MINOR 12 #define PIKA_VERSION_MICRO 4 -#define PIKA_EDIT_TIME "2023/08/01 19:43:54" +#define PIKA_EDIT_TIME "2023/08/01 19:59:06"