зеркало из https://github.com/mozilla/pjs.git
Changed /usr/tmp/ to /tmp/. BSD/OS does not have /usr/tmp/.
Thanks to Bert Driehuis <bert_driehuis@nl.compuware.com> for the fix.
This commit is contained in:
Родитель
5fa39ee0d8
Коммит
710b99fd12
|
@ -264,7 +264,7 @@ static void OneShot(void *arg)
|
|||
break;
|
||||
|
||||
case 6:
|
||||
dir = PR_OpenDir("/usr/tmp/");
|
||||
dir = PR_OpenDir("/tmp/");
|
||||
DPRINTF((output,"Thread[0x%x] called PR_OpenDir\n",
|
||||
PR_GetCurrentThread()));
|
||||
PR_CloseDir(dir);
|
||||
|
|
Загрузка…
Ссылка в новой задаче