Two more 32-bit warnings fixed.

This commit is contained in:
ph10 2015-02-21 17:26:24 +00:00
parent 00c5d9a39b
commit 9cda1ae823

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;
}