diff options
Diffstat (limited to 'src/r128_probe.c')
-rw-r--r-- | src/r128_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_probe.c b/src/r128_probe.c index 1b07ebd..b1f427a 100644 --- a/src/r128_probe.c +++ b/src/r128_probe.c @@ -332,7 +332,7 @@ R128Probe(DriverPtr drv, int flags) if (flags & PROBE_DETECT) foundScreen = TRUE; else for (i = 0; i < numUsed; i++) { - if (r128_get_scrninfo(i)) + if (r128_get_scrninfo(usedChips[i])) foundScreen = TRUE; } |