raptor checkin, took out the asserts for reading in a file, just so the viewer will work correctly. While fix this soon.

This commit is contained in:
kostello%netscape.com 1998-09-28 20:34:30 +00:00
Родитель 403f0fde80
Коммит 50f3bfd5ab
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -41,7 +41,7 @@ char * WH_FileName (const char *name, XP_FileType type)
{ {
if (type != xpURL) if (type != xpURL)
{ {
PR_ASSERT(FALSE); //PR_ASSERT(FALSE);
return NULL; return NULL;
} }
else else
@ -65,7 +65,7 @@ XP_File XP_FileOpen( const char* name, XP_FileType type,
{ {
if (type != xpURL) if (type != xpURL)
{ {
PR_ASSERT(FALSE); //PR_ASSERT(FALSE);
return NULL; return NULL;
} }