Fix formatter for printing a long.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1514 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-tools/gendef/src/gendef.c b/mingw-w64-tools/gendef/src/gendef.c
index 3ec48a6..f80cec2 100644
--- a/mingw-w64-tools/gendef/src/gendef.c
+++ b/mingw-w64-tools/gendef/src/gendef.c
@@ -248,7 +248,7 @@
fclose (fp);
if (!gDta)
{
- fprintf (stderr, "*** [%s] unable to allocate %Iu bytes\n" ,fninput,
+ fprintf (stderr, "*** [%s] unable to allocate %lu bytes\n", fninput,
(unsigned long) gDta_size);
return 0;
}