From 8f1e5db9966eefcde20e1441242211b7c297a187 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 8088c0ac1..89acf08e8 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; -- 2.11.4.GIT