Module Name: xsrc
Committed By: mrg
Date: Sat Aug 20 00:46:36 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-s3/dist/src: s3_driver.c
Log Message:
apply const
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c
diff -u xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c:1.4 xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c:1.5
--- xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c:1.4 Tue Aug 16 01:27:47 2016
+++ xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c Sat Aug 20 00:46:36 2016
@@ -312,7 +312,7 @@ static Bool S3PreInit(ScrnInfoPtr pScrn,
Gamma gzeros = {0.0, 0.0, 0.0};
int i, vgaCRIndex, vgaCRReg;
unsigned char tmp;
- char *s;
+ const char *s;
if (flags & PROBE_DETECT)
return FALSE;