summaryrefslogtreecommitdiff
path: root/src/htshash.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:03:26 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 13:03:26 +0000
commit0183f4dd84d8cc44d617fb48436881e79e2bf0f2 (patch)
treed475719783d1cecb39934b739895426ad2967df2 /src/htshash.c
parent1096a6b82c4110f7a15132c9a2b525899d62380c (diff)
httrack 3.44.1
Diffstat (limited to 'src/htshash.c')
-rw-r--r--src/htshash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshash.c b/src/htshash.c
index cf6b3ec..6e70032 100644
--- a/src/htshash.c
+++ b/src/htshash.c
@@ -63,7 +63,7 @@ Please visit our Website: http://www.httrack.com
// type: numero enregistrement - 0 est case insensitive (sav) 1 (adr+fil) 2 (former_adr+former_fil)
// recherche dans la table selon nom1,nom2 et le no d'enregistrement
// retour: position ou -1 si non trouvé
-int hash_read(hash_struct* hash,char* nom1,char* nom2,int type,int normalized) {
+int hash_read(const hash_struct* hash,char* nom1,char* nom2,int type,int normalized) {
char BIGSTK normfil_[HTS_URLMAXSIZE*2];
char catbuff[CATBUFF_SIZE];
char* normfil;