зеркало из https://github.com/mozilla/pjs.git
Fix debug-only win32 bustage.
This commit is contained in:
Родитель
d45852da19
Коммит
b8b7f65772
|
@ -1452,8 +1452,10 @@ nsXULOutlinerBuilder::OpenSubtreeOf(nsOutlinerRows::Subtree* aSubtree,
|
|||
static PRInt32 gNest;
|
||||
|
||||
nsCAutoString space;
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
{
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
}
|
||||
|
||||
if (PR_LOG_TEST(gXULTemplateLog, PR_LOG_DEBUG)) {
|
||||
const char* res;
|
||||
|
|
|
@ -1452,8 +1452,10 @@ nsXULOutlinerBuilder::OpenSubtreeOf(nsOutlinerRows::Subtree* aSubtree,
|
|||
static PRInt32 gNest;
|
||||
|
||||
nsCAutoString space;
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
{
|
||||
for (PRInt32 i = 0; i < gNest; ++i)
|
||||
space += " ";
|
||||
}
|
||||
|
||||
if (PR_LOG_TEST(gXULTemplateLog, PR_LOG_DEBUG)) {
|
||||
const char* res;
|
||||
|
|
Загрузка…
Ссылка в новой задаче