From 51251ed16f102aebab17664f12db2e010246179b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 4 Apr 1998 07:22:15 +0000 Subject: [PATCH] commenting --- src/MemBuf.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MemBuf.cc b/src/MemBuf.cc index 700f12467a..3cf1838417 100644 --- a/src/MemBuf.cc +++ b/src/MemBuf.cc @@ -1,5 +1,5 @@ /* - * $Id: MemBuf.cc,v 1.6 1998/02/27 09:11:43 rousskov Exp $ + * $Id: MemBuf.cc,v 1.7 1998/04/04 00:22:15 wessels Exp $ * * DEBUG: section 59 auto-growing Memory Buffer with printf * AUTHOR: Alex Rousskov @@ -88,7 +88,7 @@ * comm_write(buf.buf, memBufFreeFunc(&buf), ...); * * -- *iff* you did not give the buffer away, free it yourself - * -- memBufFree(&buf); + * -- memBufClean(&buf); * } */ -- 2.47.3