From c7636d4f90c558500e946427315eec83dfdcf87e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 29 May 2014 16:03:04 +0000 Subject: tr -d '\r' --- src/htstools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htstools.c') diff --git a/src/htstools.c b/src/htstools.c index 1422df4..e3c587b 100644 --- a/src/htstools.c +++ b/src/htstools.c @@ -121,7 +121,7 @@ static void unescapehttp(const char *s, String * tempo) { // 0 : ok // -1 : erreur // -2 : protocole non supporté (ftp) -int ident_url_relatif(const char *lien, const char *origin_adr, +int ident_url_relatif(const char *lien, const char *origin_adr, const char *origin_fil, lien_adrfil* const adrfil) { int ok = 0; -- cgit v1.2.3