From ce778819bdeab2f3c9f2920491cc323378766549 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 28 Jul 2009 21:11:02 +0000 Subject: [PATCH] Update comment; can't deprecate a published API! --- src/rec/subRecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/subRecord.c b/src/rec/subRecord.c index a2e5e6703..61f4606ae 100644 --- a/src/rec/subRecord.c +++ b/src/rec/subRecord.c @@ -146,7 +146,7 @@ static long process(subRecord *prec) if (!pact && prec->pact) return 0; prec->pact = TRUE; - /* Old async signal, deprecated */ + /* Asynchronous function (documented API!) */ if (status == 1) return 0; recGblGetTimeStamp(prec);