mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
wineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().
This commit is contained in:
parent
6d5d0eaafa
commit
000736ae11
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user