From 56703d7d0f9a83407f497ac4e6421b63fd0c2bdb Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Feb 2002 15:37:55 +0000 Subject: [PATCH] removed c++ style comment --- src/ca/acctst.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index f8dbb2dd3..3b7ecf830 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -1841,8 +1841,10 @@ void arrayTest ( const char *pName, chid chan, unsigned maxArrayBytes ) SEVCHK ( status, "exception notify install failed" ); } - // verify that unequal send/recv buffer sizes work - // (a bug related to this test was detected in early R3.14) + /* + * verify that unequal send/recv buffer sizes work + * (a bug related to this test was detected in early R3.14) + */ { chid newChan; @@ -2313,7 +2315,7 @@ int acctst ( char *pName, unsigned channelCount, status = ca_pend_io ( 100.0 ); SEVCHK ( status, NULL ); - printf ( "native type was %s, native count was %u\n", + printf ( "native type was %s, native count was %lu\n", dbf_type_to_text ( ca_field_type ( chan ) ), ca_element_count ( chan ) );