fixed some GNU warnings

This commit is contained in:
Jeff Hill
2000-05-05 00:53:48 +00:00
parent aeda4c72cd
commit 9a6f2d4389
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ void CASG::reset ()
void CASG::show ( unsigned level) const
{
printf ("Sync Group: id=%u, magic=%lu, opPend=%lu, seqNo=%lu\n",
printf ("Sync Group: id=%u, magic=%u, opPend=%lu, seqNo=%lu\n",
this->getId (), this->magic, this->opPendCount, this->seqNo);
if ( level ) {