diff --git a/src/r128_output.c b/src/r128_output.c index 4ed8849..38645e2 100644 --- a/src/r128_output.c +++ b/src/r128_output.c @@ -302,7 +302,7 @@ static R128MonitorType R128DisplayDDCConnected(xf86OutputPtr output) if (ioctl(xf86Info.consoleFd, WSDISPLAYIO_GET_EDID, &ei) != -1) { xf86Msg(X_INFO, "got %d bytes worth of EDID from wsdisplay\n", ei.data_size); - tmp = xf86InterpretEEDID(pScrn->scrnIndex, buffer); + tmp = xf86InterpretEDID(pScrn->scrnIndex, buffer); tmp->flags |= MONITOR_EDID_COMPLETE_RAWDATA; *MonInfo = tmp; xf86OutputSetEDID(output, tmp);