зеркало из https://github.com/mozilla/pjs.git
Bug 534171: Make sure to initialize local variable "success" in nsBulletFrame::AppendCounterText. r=dbaron
This commit is contained in:
Родитель
626ce59612
Коммит
9e239b475a
|
@ -980,7 +980,7 @@ nsBulletFrame::AppendCounterText(PRInt32 aListStyleType,
|
|||
PRInt32 aOrdinal,
|
||||
nsString& result)
|
||||
{
|
||||
PRBool success;
|
||||
PRBool success = PR_TRUE;
|
||||
|
||||
switch (aListStyleType) {
|
||||
case NS_STYLE_LIST_STYLE_NONE: // used by counters code only
|
||||
|
|
Загрузка…
Ссылка в новой задаче