зеркало из https://github.com/mozilla/gecko-dev.git
Removed _MAX_PATH to fix builds on Irix and Linux.
This commit is contained in:
Родитель
b4c345c05c
Коммит
832fd3789d
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче