Two more 32-bit warnings fixed.

This commit is contained in:
Philip.Hazel 2015-02-21 17:26:24 +00:00
parent 07e25a17df
commit 5878c2c3a5
1 changed files with 1 additions and 1 deletions

View File

@ -5770,7 +5770,7 @@ else for (gmatched = 0;; gmatched++)
if (start > ulen || end > ulen)
{
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;
}