* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
authorTom Tromey <tromey@redhat.com>
Fri, 8 Mar 2013 14:42:23 +0000 (14:42 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 8 Mar 2013 14:42:23 +0000 (14:42 +0000)
variable.

gdb/ChangeLog
gdb/remote-m32r-sdi.c

index da506b4d1ed88e2de95e24f94c733f52935e4ebd..dc7e5c58ed39baab460cd0382ac977c4bfd61af1 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-08  Tom Tromey  <tromey@redhat.com>
+
+       * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
+       variable.
+
 2013-03-07  Pedro Alves  <palves@redhat.com>
 
        * target.c (target_read_stralloc, target_fileio_read_alloc):
index 653cc7eff7d94a8478b334f11e332d1b6aacf894..2b23273fb5d1e9e20f7ca79f95d1d4d519bfabfb 100644 (file)
@@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty)
     {
       char *arg;
 
-      args = skip_spaces (arg);
+      args = skip_spaces (args);
 
       arg = args;
 
This page took 0.026623 seconds and 4 git commands to generate.