X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fshs2.c;h=4674f3fff5d82e311201c8a5861f59201fdd1b92;hb=6abe70f9c776b8cafd1fd434b9ce1e9ab7e84c96;hp=5b20c2fcccea6cdc6beb527952162f96149779f5;hpb=ffed495b68f6d518efc5fcf6e845c5ff83099b11;p=rrq%2Fmaintain_lilo.git diff --git a/src/shs2.c b/src/shs2.c index 5b20c2f..4674f3f 100644 --- a/src/shs2.c +++ b/src/shs2.c @@ -125,7 +125,7 @@ static void shsTransform(void) /* Step A. Copy the data buffer into the work buffer */ /* done */ #if SHS_DEBUG>=1 - for (i=0; i<16; i++) printf("W[%d] = %08lX\n", i, W[i]); + for (i=0; i<16; i++) printf("W[%d] = %08" PRIX32 "\n", i, W[i]); #endif /* Step B. Expand the 16 words into 64 temporary data words */