2003-08-04 David Carlton <carlton@kealia.com>
[deliverable/binutils-gdb.git] / gdb / cli / cli-setshow.c
index 1d68ae4aa1a69e2266838f118f5f1db15a279ed0..64a0d7353a2c9d7e7b904c1f84f75e0efe529cf8 100644 (file)
@@ -213,7 +213,7 @@ do_setshow_command (char *arg, int from_tty, struct cmd_list_element *c)
                    strcat (msg, c->enums[i]);
                  }
                strcat (msg, ".");
-               error (msg);
+               error ("%s", msg);
              }
 
            p = strchr (arg, ' ');
This page took 0.029429 seconds and 4 git commands to generate.