diff options
-rw-r--r-- | src/atidri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atidri.c b/src/atidri.c index 64e52a7..1cb97f0 100644 --- a/src/atidri.c +++ b/src/atidri.c @@ -1099,7 +1099,7 @@ Bool ATIDRIScreenInit( ScreenPtr pScreen ) "[dri] ATIDRIScreenInit failed because of a version mismatch.\n" "[dri] libdri version is %d.%d.%d but version %d.%d.x is needed.\n" "[dri] Disabling the DRI.\n", - major, minor, patch + major, minor, patch, DRIINFO_MAJOR_VERSION, DRIINFO_MINOR_VERSION ); return FALSE; } |