This commit is contained in:
sspitzer%netscape.com 1999-12-21 22:27:57 +00:00
Родитель 7516a3f630
Коммит ebfba119c8
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1608,7 +1608,7 @@ DumpProperties(VObject *o)
while (moreIteration(&i))
{
VObject *each = nextVObject(&i);
// printf("ID = %s Value = [%s]\n", each->id, fakeCString(vObjectUStringZValue(each)));
printf("ID = %s Value = [%s]\n", each->id, fakeCString(vObjectUStringZValue(each)));
}
}

Просмотреть файл

@ -352,7 +352,6 @@ nsMimeBaseEmitter::Write(const char *buf, PRUint32 size, PRUint32 *amountWritten
{
unsigned int written = 0;
nsresult rv = NS_OK;
PRUint32 rc = 0;
PRUint32 needToWrite;
//
@ -690,8 +689,6 @@ nsMimeBaseEmitter::Complete()
// to flush it...if we try and fail, we should probably return
// an error!
PRUint32 written;
char *spec = nsnull;
char *part = nsnull;
nsresult rv = NS_OK;
while ( NS_SUCCEEDED(rv) && (mBufferMgr) && (mBufferMgr->GetSize() > 0))