diff options
Diffstat (limited to 'lib/readline/search.c')
| -rw-r--r-- | lib/readline/search.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/readline/search.c b/lib/readline/search.c index aff6654..99b9c8d 100644 --- a/lib/readline/search.c +++ b/lib/readline/search.c @@ -1,6 +1,6 @@ /* search.c - code for non-incremental searching in emacs and vi modes. */ -/* Copyright (C) 1992-2009 Free Software Foundation, Inc. +/* Copyright (C) 1992-2013 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading lines of text with interactive input and history editing. @@ -213,7 +213,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); |
