added the '0x' in front of the hex input and outputs in the report function.

This commit is contained in:
John Winans
1995-01-18 16:38:03 +00:00
parent ba5d364469
commit 363bf2a47c
2 changed files with 476 additions and 529 deletions

View File

@@ -281,7 +281,7 @@ STATIC int devAvme9440Report()
{
if (cards[LinkNum].card != NULL)
{
printf(" Link %02.2d at 0x%4.4X, IRQ 0x%2.2X, input %04.4X, output %04.4X\n",
printf(" Link %02.2d at 0x%4.4X, IRQ 0x%2.2X, input 0x%04.4X, output 0x%04.4X\n",
LinkNum,
CardBase,
IntVec,

File diff suppressed because it is too large Load Diff