mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(input_history_strip_password): actually url is not the pointer to constant.
This commit is contained in:
parent
3b86ee7808
commit
393d90f207
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user