From 287f2777a3fee65d88eca2fe9424581313d1b015 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 10 Apr 1998 23:11:10 +0000 Subject: [PATCH] cosmetic --- src/cas/generic/outBuf.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/outBuf.cc b/src/cas/generic/outBuf.cc index d7b8ccbe4..edad16107 100644 --- a/src/cas/generic/outBuf.cc +++ b/src/cas/generic/outBuf.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.6 1996/12/06 22:36:29 jhill + * use destroyInProgress flag now functional nativeCount() + * * Revision 1.5 1996/11/02 00:54:30 jhill * many improvements * @@ -195,7 +198,7 @@ void outBuf::commitMsg () mp->m_cid = htonl (mp->m_cid); mp->m_available = htonl (mp->m_available); - this->stack += sizeof(caHdr) + extSize; + this->stack += sizeof(caHdr) + extSize; assert (this->stack <= this->bufSize); this->mutex.osiUnlock();