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:
wtc%netscape.com 1999-02-01 19:55:48 +00:00
Родитель 5fa39ee0d8
Коммит 710b99fd12
1 изменённых файлов: 1 добавлений и 1 удалений

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

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