Fixed a glitch in the debug noise

git-svn-id: svn://10.0.0.236/trunk@48053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-09-17 23:15:31 +00:00
parent 05e70dcfdf
commit 287e799395
2 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@ nsLineLayout::UpdateBand(nscoord aX, nscoord aY,
}
#ifdef NOISY_REFLOW
printf(" span %p: oldRightEdge=%d newRightEdge=%d\n",
psd->mRightEdge - deltaWidth, psd->mRightEdge);
psd, psd->mRightEdge - deltaWidth, psd->mRightEdge);
#endif
psd = psd->mParent;
}

View File

@ -415,7 +415,7 @@ nsLineLayout::UpdateBand(nscoord aX, nscoord aY,
}
#ifdef NOISY_REFLOW
printf(" span %p: oldRightEdge=%d newRightEdge=%d\n",
psd->mRightEdge - deltaWidth, psd->mRightEdge);
psd, psd->mRightEdge - deltaWidth, psd->mRightEdge);
#endif
psd = psd->mParent;
}