From cfbb74e7a59c93c3816b431ffb25adf2032c5ef0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 7 Jan 2008 09:51:55 +0000 Subject: implemented disk queue as far as I could without an object de-serializer --- stringbuf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stringbuf.c') diff --git a/stringbuf.c b/stringbuf.c index 040ede77..b777c40d 100755 --- a/stringbuf.c +++ b/stringbuf.c @@ -168,7 +168,6 @@ static rsRetVal rsCStrExtendBuf(rsCStrObj *pThis, size_t iMinNeeded) } iNewSize += pThis->iBufSize; /* add current size */ -dbgprintf("extending string buffer, old %d, new %d\n", pThis->iBufSize, iNewSize); /* and then allocate and copy over */ /* DEV debugging only: dbgprintf("extending string buffer, old %d, new %d\n", pThis->iBufSize, iNewSize); */ if((pNewBuf = (uchar*) malloc(iNewSize * sizeof(uchar))) == NULL) -- cgit v1.2.3