Two more 32-bit warnings fixed.
This commit is contained in:
parent
07e25a17df
commit
5878c2c3a5
|
@ -5770,7 +5770,7 @@ else for (gmatched = 0;; gmatched++)
|
||||||
if (start > ulen || end > ulen)
|
if (start > ulen || end > ulen)
|
||||||
{
|
{
|
||||||
fprintf(outfile, "ERROR: bad value(s) for offset(s): 0x%lx 0x%lx\n",
|
fprintf(outfile, "ERROR: bad value(s) for offset(s): 0x%lx 0x%lx\n",
|
||||||
start, end);
|
(unsigned long int)start, (unsigned long int)end);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue