[PATCH] fix windmc typedef bug
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 9aa140c12988d73075099e3b56015b3128a67a4a..a8e4e6079bd0717d46cd390d450d35888002654b 100644 (file)
@@ -253,7 +253,7 @@ lynx_process_target::create_inferior (const char *program,
                                      const std::vector<char *> &program_args)
 {
   int pid;
-  std::string str_program_args = stringify_argv (program_args);
+  std::string str_program_args = construct_inferior_arguments (program_args);
 
   lynx_debug ("create_inferior ()");
 
This page took 0.023222 seconds and 4 git commands to generate.