X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=420dbb63d339a844f9191ba098b93ef577f9c202;hp=9f1ebddeb763e0b5df04d991d533d7bc8a1945ff;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=7e3a3c499d1637d633d385c1058947c02676e3c5 diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 9f1ebdd..420dbb6 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -619,7 +619,8 @@ mhl_format (char *file, int length, int width) fprintf (stderr, "c1: name=\"%s\" text=\"%s\" ovtxt=\"%s\"\n", c1->c_name, c1->c_text, c1->c_ovtxt); fprintf (stderr, "\tnfs=0x%x fmt=0x%x\n", - (unsigned int) c1->c_nfs, (unsigned int) c1->c_fmt); + (unsigned int)(unsigned long) c1->c_nfs, + (unsigned int)(unsigned long) c1->c_fmt); fprintf (stderr, "\toffset=%d ovoff=%d width=%d cwidth=%d length=%d\n", c1->c_offset, c1->c_ovoff, c1->c_width, c1->c_cwidth, c1->c_length);