Fix another pointer signedness warning
This commit is contained in:
+1
-1
@@ -389,7 +389,7 @@ LoadSummary (SUMMARY_DESC *SummPtr, void *fp)
|
||||
{
|
||||
DWORD magic;
|
||||
DWORD nameSize = 0;
|
||||
if (!read_32s (fp, &magic))
|
||||
if (!read_32 (fp, &magic))
|
||||
return FALSE;
|
||||
if (magic == SAVEFILE_TAG)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user