Module Name:    xsrc
Committed By:   joerg
Date:           Sun Mar 25 06:52:42 UTC 2012

Modified Files:
        xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64: mach64_dd.c

Log Message:
Be UTF8 clean with the source code.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
    xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.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/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c
diff -u xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c:1.1.1.3 xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c:1.2
--- xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c:1.1.1.3	Sun May 23 21:22:25 2010
+++ xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/mach64/mach64_dd.c	Sun Mar 25 06:52:42 2012
@@ -66,7 +66,7 @@ static const GLubyte *mach64DDGetString(
 
    switch ( name ) {
    case GL_VENDOR:
-      return (GLubyte*)"Gareth Hughes, Leif Delgass, Jos� Fonseca";
+      return (GLubyte*)"Gareth Hughes, Leif Delgass, Jos\xe9 Fonseca";
 
    case GL_RENDERER:
  

Reply via email to