OSDN Git Service

2002-10-23 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Wed, 23 Oct 2002 19:22:28 +0000 (19:22 +0000)
committerMichael Snyder <msnyder@specifix.com>
Wed, 23 Oct 2002 19:22:28 +0000 (19:22 +0000)
* valops.c (value_of_local): Restore quotes in error message.

gdb/ChangeLog
gdb/valops.c

index c922b3b..e922e58 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-23  Michael Snyder  <msnyder@redhat.com>
+
+       * valops.c (value_of_local): Restore quotes in error message.
+
 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
 
        * symtab.c (symbol_init_language_specific): New function.
index e91e231..b61355f 100644 (file)
@@ -3340,7 +3340,7 @@ value_of_local (const char *name, int complain)
   if (i <= 0)
     {
       if (complain)
-       error ("no args, no %s", name);
+       error ("no args, no '%s'", name);
       else
        return 0;
     }