From a896fc19152f97edc4bc03fecc74336553cb10ce Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 Sep 2000 00:16:22 +0000 Subject: [PATCH] fixed gnu warning --- src/ca/netReadCopyIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/netReadCopyIO.cpp b/src/ca/netReadCopyIO.cpp index 67e9c6c3b..a418b1bcd 100644 --- a/src/ca/netReadCopyIO.cpp +++ b/src/ca/netReadCopyIO.cpp @@ -73,7 +73,7 @@ void netReadCopyIO::exceptionNotify ( int status, void netReadCopyIO::show ( unsigned level ) const { int tmpType = static_cast ( this->type ); - printf ( "read copy IO at %p, type %s, element count %u\n", + printf ( "read copy IO at %p, type %s, element count %lu\n", this, dbf_type_to_text ( tmpType ), this->count ); if ( level > 0u ) { printf ( "\tsequence number %u, user's storage %p\n",