ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-drivers/xf86-video-s3/files/patch-src_s3__driver.c
Revision: 23981
Committed: Tue Aug 28 12:49:14 2018 UTC (5 years, 8 months ago) by laffer1
Content type: text/plain
File size: 354 byte(s)
Log Message:
update patchset

File Contents

# Content
1 # Correct a string that should be const
2 #
3 --- src/s3_driver.c.orig 2012-07-17 04:50:05 UTC
4 +++ src/s3_driver.c
5 @@ -309,7 +308,7 @@ static Bool S3PreInit(ScrnInfoPtr pScrn,
6 Gamma gzeros = {0.0, 0.0, 0.0};
7 int i, vgaCRIndex, vgaCRReg;
8 unsigned char tmp;
9 - char *s;
10 + const char *s;
11
12 if (flags & PROBE_DETECT)
13 return FALSE;

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain