diff options
Diffstat (limited to 'src/htshelp.c')
-rw-r--r-- | src/htshelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index 2416030..acd0e3c 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -272,7 +272,7 @@ void help_wizard(httrackp * opt) { if (strnotempty(str)) { while((a = strchr(str, ' '))) *a = ':'; // port - if (!strchr(jump_identification(str), ':')) { + if (!strchr(jump_identification_const(str), ':')) { char str2[256]; printf("\nProxy port (return=8080) :"); |