diff options
-rw-r--r-- | src/htsparse.c | 2 | ||||
-rw-r--r-- | src/htstools.c | 2 | ||||
-rw-r--r-- | src/htstools.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/htsparse.c b/src/htsparse.c index 6269450..1c1fba2 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -2694,7 +2694,7 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) { } // html,gif if (patch_it) { - char BIGSTK save[HTS_URLMAXSIZE * 2];
+ char BIGSTK save[HTS_URLMAXSIZE * 2]; char BIGSTK tempo[HTS_URLMAXSIZE * 2]; strcpybuff(save, StringBuff(opt->path_html_utf8)); 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; diff --git a/src/htstools.h b/src/htstools.h index 94f7c4a..1289849 100644 --- a/src/htstools.h +++ b/src/htstools.h @@ -58,7 +58,7 @@ typedef struct lien_adrfilsave lien_adrfilsave; /* Library internal definictions */ #ifdef HTS_INTERNAL_BYTECODE -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 lienrelatif(char *s, const char *link, const char *curr); |