Disabled saving the source file cuz it crashes on windows

git-svn-id: svn://10.0.0.236/trunk@4029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-18 00:02:36 +00:00
parent 9c6911dc42
commit 86b808a102
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ static PRBool gRecordingStatistics=PR_TRUE;
static const int gTransferBufferSize=4096; //size of the buffer used in moving data from iistream
static char* gURLRef=0;
#define DEBUG_SAVE_SOURCE_DOC 1
//#define DEBUG_SAVE_SOURCE_DOC 1
#ifdef DEBUG_SAVE_SOURCE_DOC
fstream* gTempStream=0;
#endif