From 50b3b7b3e576bfcb8682ce7d4b0eb15086c214b4 Mon Sep 17 00:00:00 2001 From: jcid Date: Tue, 12 Aug 2008 22:24:37 +0200 Subject: - Eliminated gcc 4.2.3 warnings on 64bit OS. --- dpi/dpiutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpi/dpiutil.h') diff --git a/dpi/dpiutil.h b/dpi/dpiutil.h index b8efbb28..fa3dfb86 100644 --- a/dpi/dpiutil.h +++ b/dpi/dpiutil.h @@ -69,7 +69,7 @@ void sock_handler_free(SockHandler *sh); * Escape URI characters in 'esc_set' as %XX sequences. * Return value: New escaped string. */ -char *Escape_uri_str(const char *str, char *p_esc_set); +char *Escape_uri_str(const char *str, const char *p_esc_set); /* * Escape unsafe characters as html entities. -- cgit v1.2.3