Merge branch '7.8'

This commit is contained in:
Jakob Bornecrantz 2010-04-28 16:27:51 +01:00
commit 6fc532ae05
1 changed files with 2 additions and 1 deletions

View File

@ -708,7 +708,8 @@ dri2_initialize(_EGLDriver *drv, _EGLDisplay *disp,
dri2_dpy->fd = open(dri2_dpy->device_name, O_RDWR);
if (dri2_dpy->fd == -1) {
_eglLog(_EGL_FATAL,
"DRI2: could not open %s (%s)", path, strerror(errno));
"DRI2: could not open %s (%s)", dri2_dpy->device_name,
strerror(errno));
goto cleanup_driver;
}