fixes Darwin mach-o bustage (r=jband)
git-svn-id: svn://10.0.0.236/trunk@106925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1376,7 +1376,7 @@ nsVariant::nsVariant()
|
||||
{nsIDataType::VTYPE_STRING_SIZE_IS , TD_PSTRING_SIZE_IS },
|
||||
{nsIDataType::VTYPE_WSTRING_SIZE_IS , TD_PWSTRING_SIZE_IS }
|
||||
};
|
||||
static const length = sizeof(array)/sizeof(array[0]);
|
||||
static const int length = sizeof(array)/sizeof(array[0]);
|
||||
static PRBool inited = PR_FALSE;
|
||||
if(!inited)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user