removed unused includes; fixed addref bug; r=karnaze

git-svn-id: svn://10.0.0.236/trunk@64813 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-04-01 00:23:24 +00:00
parent 2fc95d08af
commit c056be4201
20 changed files with 16 additions and 52 deletions

View File

@@ -1594,8 +1594,9 @@ theContext->mTransferBufferSize;
theContext->mScanner->Append(theContext->mTransferBuffer,theNumRead);
#if 0
int dump=0;
static int dump=0;
if(dump) {
theContext->mTransferBuffer[theNumRead]=0;
printf("\n-----------------\n%s",theContext->mTransferBuffer);
}
#endif