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 magic;
|
||||||
DWORD nameSize = 0;
|
DWORD nameSize = 0;
|
||||||
if (!read_32s (fp, &magic))
|
if (!read_32 (fp, &magic))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (magic == SAVEFILE_TAG)
|
if (magic == SAVEFILE_TAG)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user