fix signed/unsigned comparison warning

svn path=/trunk/; revision=19567
This commit is contained in:
Royce Mitchell III 2005-11-25 19:12:04 +00:00
parent d7d1fde78f
commit 7d45b5479f

View file

@ -610,7 +610,7 @@ CreateOutputFile(FILE *OutFile, void *InData,
{ {
RosSymOffset = CurrentSectionHeader->PointerToRawData + CurrentSectionHeader->SizeOfRawData; RosSymOffset = CurrentSectionHeader->PointerToRawData + CurrentSectionHeader->SizeOfRawData;
} }
if (Section == InRelocSectionIndex) if (Section == (ULONG)InRelocSectionIndex)
{ {
OutRelocSection = CurrentSectionHeader; OutRelocSection = CurrentSectionHeader;
} }