Add one more character to dependency segment array for '\0' character
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 58s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-27 20:31:04 +01:00
parent 767ed21288
commit 4a67bc1230
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -13,7 +13,7 @@
/* Boot Loader module segment macros */
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
#define XTBL_MODDEPS SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][9]
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
/* XTLDR directories */