Uninitialized variable.

git-svn-id: svn://10.0.0.236/trunk@24371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-03-19 00:20:02 +00:00
parent 55780280ad
commit 3a1ed69e24
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ nsAreaFrame::IncrementalReflow(nsIPresContext& aPresContext,
{
nsIReflowCommand::ReflowType type;
nsIFrame* newFrames;
PRInt32 numFrames;
PRInt32 numFrames = 0;
// Get the type of reflow command
aReflowState.reflowCommand->GetType(type);

View File

@@ -361,7 +361,7 @@ nsAreaFrame::IncrementalReflow(nsIPresContext& aPresContext,
{
nsIReflowCommand::ReflowType type;
nsIFrame* newFrames;
PRInt32 numFrames;
PRInt32 numFrames = 0;
// Get the type of reflow command
aReflowState.reflowCommand->GetType(type);