From 393d90f20781cd78b2f0a500efedf18b0f2b5d0e Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sat, 14 Apr 2012 09:27:13 +0400 Subject: [PATCH] (input_history_strip_password): actually url is not the pointer to constant. --- lib/widget/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widget/input.c b/lib/widget/input.c index c14842d33..238718d71 100644 --- a/lib/widget/input.c +++ b/lib/widget/input.c @@ -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;