fixed GNU warning

This commit is contained in:
Jeff Hill
2000-09-07 01:33:11 +00:00
parent 8328d9a8e9
commit 1a75f78159

View File

@@ -74,7 +74,7 @@ void netReadCopyIO::exceptionNotify ( int status,
void netReadCopyIO::show ( unsigned level ) const
{
printf ( "read copy IO at %p, type %s, element count %u\n",
this, this->type, this->count );
this, dbf_type_to_text ( this->type ), this->count );
if ( level > 0u ) {
printf ( "\tsequence number %u, user's storage %p\n",
this->seqNumber, this->pValue );