Update of /cvsroot/xine/xine-lib/src/xine-utils
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26104

Modified Files:
        memcpy.c 
Log Message:
const++


Index: memcpy.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-utils/memcpy.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- memcpy.c    16 Oct 2006 22:18:24 -0000      1.43
+++ memcpy.c    20 Feb 2007 00:36:08 -0000      1.44
@@ -461,7 +461,7 @@
   char             *buf1, *buf2;
   int               i, j, best;
   int               config_flags = -1;
-  static char      *memcpy_methods[] = {
+  static const char *memcpy_methods[] = {
     "probe", "libc",
 #if (defined(ARCH_X86) || defined(ARCH_X86_64)) && !defined(_MSC_VER)
     "kernel", "mmx", "mmxext", "sse",


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to