Use pixman_version_string() instead of PIXMAN_VERSION_STRING
Pointed out by Julien Cristau.
This commit is contained in:
@@ -218,7 +218,7 @@ xf86PrintBanner(void)
|
|||||||
#if defined(BUILDERSTRING)
|
#if defined(BUILDERSTRING)
|
||||||
ErrorF("%s \n",BUILDERSTRING);
|
ErrorF("%s \n",BUILDERSTRING);
|
||||||
#endif
|
#endif
|
||||||
ErrorF("Current version of pixman: %s\n", PIXMAN_VERSION_STRING);
|
ErrorF("Current version of pixman: %s\n", pixman_version_string());
|
||||||
ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n"
|
ErrorF("\tBefore reporting problems, check "__VENDORDWEBSUPPORT__"\n"
|
||||||
"\tto make sure that you have the latest version.\n");
|
"\tto make sure that you have the latest version.\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user