use %p for pointers

This commit is contained in:
Jeff Hill
1997-06-30 23:40:50 +00:00
parent 5101067bcc
commit f5733cd3af
6 changed files with 18 additions and 6 deletions

View File

@@ -200,7 +200,7 @@ void exPV::show(unsigned level) const
printf("exPV: value=%f\n", (double) *this->pValue);
}
printf("exPV: interest=%d\n", this->interest);
printf("exPV: pScanTimer=%x\n", (unsigned) this->pScanTimer);
printf("exPV: pScanTimer=%p\n", this->pScanTimer);
}
}