From: Hermès Bélusca-Maïto Date: Fri, 2 Jan 2015 23:10:44 +0000 (+0000) Subject: Fix member size in the SETUP_LOADER_BLOCK structure. X-Git-Tag: ReactOS-0.3.17-FOSDEM2015~147 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=07ebe5c56bc5062fcc150fe255a7f492492266d4 Fix member size in the SETUP_LOADER_BLOCK structure. svn path=/trunk/; revision=65943 --- diff --git a/reactos/include/reactos/arc/setupblk.h b/reactos/include/reactos/arc/setupblk.h index 4ee17414787..618a1daee24 100644 --- a/reactos/include/reactos/arc/setupblk.h +++ b/reactos/include/reactos/arc/setupblk.h @@ -149,7 +149,7 @@ typedef struct _SETUP_LOADER_BLOCK PCHAR MachineDirectoryPath; PCHAR NetBootSifPath; PVOID NetBootSecret; - CHAR NetBootIMirrorFilePath[26]; + CHAR NetBootIMirrorFilePath[260]; PCHAR ASRPnPSifFile; ULONG ASRPnPSifFileLength; CHAR NetBootAdministratorPassword[64];