Clean up.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2003-01-07 16:36:18 +00:00
parent 0f36fca33f
commit a5b12f1b3e
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/*
Cross References.
Scanner.
Copyright (c) 2002 OpenBeOS.

View File

@ -133,12 +133,11 @@ StatusWindow::MessageReceived(BMessage *msg)
break;
case 'page':
fPage = "";
#if PATTERN_SUPPORT
if (fPass == 0)
fPage << "Collecting Patterns Page: " << ++fPageCount;
fPage << "Collecting Patterns Page: " << fPageCount;
else
#endif
fPage << "Generating Page: " << ++fPageCount;
fPage << "Generating Page: " << fPageCount;
fPageCount ++;
if (fPageCount == fPages) {
fPass ++;
fPageCount = 0;