Removed _MAX_PATH to fix builds on Irix and Linux.

This commit is contained in:
jevering 1998-06-12 02:14:18 +00:00
Родитель b4c345c05c
Коммит 832fd3789d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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;

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

@ -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;