Fixed bug that occured when duplex mode is selected.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2005-01-16 11:50:00 +00:00
parent 4bf2b3cccd
commit e5ac55c714
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ bool GraphicsDriver::printPage(PageDataList *pages)
offset.y = 0.0f;
if (pages == NULL) {
return nextBand(NULL, &offset);
return true;
}
do {