(input_history_strip_password): actually url is not the pointer to constant.

This commit is contained in:
Andrew Borodin 2012-04-14 09:27:13 +04:00 committed by Slava Zanko
parent 3b86ee7808
commit 393d90f207

View File

@ -211,7 +211,7 @@ do_show_hist (WInput * in)
*/
static char *
input_history_strip_password (const char *url)
input_history_strip_password (char *url)
{
char *at, *delim, *colon;