Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 30aed1609feca4d6702ae7135500da29 > files > 1

vbam-1.8.0-0.svn905.1plf2010.0.src.rpm

--- a/src/sdl/debugger.cpp	2009-09-11 18:25:23.000000000 +0200
+++ b/src/sdl/debugger.cpp	2009-09-11 18:37:04.000000000 +0200
@@ -941,10 +941,10 @@
     u32 address = 0;
     u32 value = 0;
     int type = 0;
-    const char *s = args[1];
+    char *s = args[1];
     char c = *s;
     if(strchr(s, ':')) {
-      const char *name = s;
+      char *name = s;
       char *l = strchr(s, ':');
       *l++ = 0;
       int line = atoi(l);