Hardcoding PI length in GetProcessingInstruction().
This commit is contained in:
Родитель
888393d1ec
Коммит
3e6347d00d
|
@ -453,7 +453,7 @@ void GetProcessingInstruction(const nsString& aPIString, char* a_PI)
|
|||
nsString temp;
|
||||
PRInt32 theOffset = aPIString.FindCharInSet(theWS2,1);
|
||||
aPIString.Mid(temp,1,theOffset);
|
||||
temp.ToCString(a_PI,temp.Length());
|
||||
temp.ToCString(a_PI,30);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -453,7 +453,7 @@ void GetProcessingInstruction(const nsString& aPIString, char* a_PI)
|
|||
nsString temp;
|
||||
PRInt32 theOffset = aPIString.FindCharInSet(theWS2,1);
|
||||
aPIString.Mid(temp,1,theOffset);
|
||||
temp.ToCString(a_PI,temp.Length());
|
||||
temp.ToCString(a_PI,30);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче