X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fshs2.c;h=4674f3fff5d82e311201c8a5861f59201fdd1b92;hb=cd7ff46dfca93266c14911df8bb9a827c3bd50cf;hp=5b20c2fcccea6cdc6beb527952162f96149779f5;hpb=f574e1127a225e2de2e77a6b9e46a65986789f1f;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 */