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

git-svn-id: svn://10.0.0.236/trunk@11255 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kostello%netscape.com
1998-09-28 20:34:30 +00:00
parent b73b3d94c1
commit aa8449482e

View File

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