mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[SACDRV]: Great job GCC at not realizing a variable was not initialized.
svn path=/trunk/; revision=59651
This commit is contained in:
parent
be917e6118
commit
4ae0d21a9c
1 changed files with 1 additions and 0 deletions
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue