freebsd-ports/x11-drivers/xf86-video-trident/files/patch-src_trident__driver.c
Baptiste Daroussin 45d5cfd662 Update to 1.3.8
PR:		216296
Submitted by:	matthew@reztek.cz
2017-01-23 00:52:13 +00:00

13 lines
379 B
C

# Correct a string that should be const
#
--- src/trident_driver.c.orig 2015-03-30 17:05:53 UTC
+++ src/trident_driver.c
@@ -1010,7 +1010,7 @@ TRIDENTPreInit(ScrnInfoPtr pScrn, int fl
ClockRangePtr clockRanges;
Bool ddcLoaded = FALSE;
xf86MonPtr pMon = NULL;
- char *s;
+ const char *s;
Bool tmp_bool;
/* Allocate the TRIDENTRec driverPrivate */