mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SACDRV]: Great job GCC at not realizing a variable was not initialized.
svn path=/trunk/; revision=59651
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user