Commit 000736ae authored by Alexandre Julliard's avatar Alexandre Julliard

wineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().

parent 6d5d0eaa
......@@ -177,7 +177,7 @@ static void PSDRV_UpdateDevCaps( PSDRV_PDEVICE *physDev )
break;
}
if(!page) {
if(&page->entry == &physDev->pi->ppd->PageSizes) {
FIXME("Can't find page\n");
physDev->ImageableArea.left = 0;
physDev->ImageableArea.right = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment