Update loadmod.c

This commit is contained in:
Collin 2025-07-02 10:49:14 -05:00 committed by GitHub
parent 2387d6a47e
commit 8921ce7466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,8 +415,8 @@ static Bool
CheckVersion(const char *module, XF86ModuleVersionInfo * data,
const XF86ModReqInfo * req)
{
long ver = data->xf86version;
int vercode[4];
long ver = data->xf86version;
/* Only ignore ABI mismatches for NVIDIA proprietary driver */
if (data->vendor && strstr(data->vendor, "NVIDIA") != NULL) {
LoaderOptions |= LDR_OPT_ABI_MISMATCH_NONFATAL;