2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / python / python.c
index e3a8d195e456f57d71fdcaca5dc0355b0e584f58..16c0a6e27b4fec6360e8416aa9d0942a90e56fc3 100644 (file)
@@ -745,7 +745,7 @@ before_prompt_hook (const char *current_gdb_prompt)
   /* If a prompt has been set, PROMPT will not be NULL.  If it is
      NULL, do not set the prompt.  */
   if (prompt != NULL)
-    set_prompt (prompt);
+    set_prompt (prompt, 0);
 
   do_cleanups (cleanup);
   return;
This page took 0.023732 seconds and 4 git commands to generate.