Removed _MAX_PATH to fix builds on Irix and Linux.

git-svn-id: svn://10.0.0.236/trunk@3706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jevering
1998-06-12 02:14:18 +00:00
parent f33388d50f
commit 529ef6d19a
2 changed files with 2 additions and 2 deletions

View File

@@ -718,7 +718,7 @@ PRBool VerifyContextVector(CTokenizer * tokenizer, PRInt32 aTags[],PRInt32 count
}
// generate a filename to dump the html source into
char filename[_MAX_PATH];
char filename[1024];
do {
// use system time to generate a temporary file name
time_t ltime;