From 713b83f7b406858269863d92865b715470d6335c Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 10 Jun 2014 20:27:13 +0000 Subject: Added the following compiler flags: * -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition --- src/htshelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htshelp.c') 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) :"); -- cgit v1.2.3