Remove DEF_VEC_P (varobj_p)
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 707b331919286c42a6552d51a815e15877f40b04..2e596d1f09b5124a21339980e3407fbd9c83dc92 100644 (file)
@@ -2617,7 +2617,7 @@ eval_command (const char *arg, int from_tty)
 
   std::string expanded = insert_user_defined_cmd_args (stb.c_str ());
 
-  execute_command (&expanded[0], from_tty);
+  execute_command (expanded.c_str (), from_tty);
 }
 
 void
This page took 0.024599 seconds and 4 git commands to generate.