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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user