Fix possible bug when no args have been provided to the executable
[deliverable/binutils-gdb.git] / readline / search.c
index 04468fc49017cabe66e2e3a467958ea56182827d..bf525e6d3ce3aee56c8f2befb2ff6c217e3c05ab 100644 (file)
@@ -210,7 +210,7 @@ _rl_nsearch_init (dir, pchar)
   rl_end = rl_point = 0;
 
   p = _rl_make_prompt_for_search (pchar ? pchar : ':');
-  rl_message ("%s", p, 0);
+  rl_message ("%s", p);
   xfree (p);
 
   RL_SETSTATE(RL_STATE_NSEARCH);
This page took 0.031934 seconds and 4 git commands to generate.