[SACDRV]: Great job GCC at not realizing a variable was not initialized.

svn path=/trunk/; revision=59651
This commit is contained in:
Alex Ionescu 2013-08-06 01:25:27 +00:00
parent be917e6118
commit 4ae0d21a9c

View file

@ -133,6 +133,7 @@ PreloadGlobalMessageTable(IN PVOID ImageBase)
if (GlobalMessageTable) goto Exit;
/* Loop through up to 200 messages */
TotalLength = 0;
for (MessageId = 1; MessageId != SAC_MAX_MESSAGES; MessageId++)
{
/* Find this message ID in the string table*/