summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-01 11:27:52 +0000
committerbiouman <biouman>2001-05-01 11:27:52 +0000
commit655f3b2663b9909656b896cf47ad949b4e9644a8 (patch)
treea9e775e6ea01fbf2140176499d4936a099946e32 /lib/hash.c
parent6b8f02426a4dd9358c7b35d34268db358fd113c3 (diff)
*** empty log message ***
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 4658aed..f1cc597 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -24,7 +24,7 @@ static int FonctionHachage(char *clef)
unsigned int i;
if (!clef) {
- exception(1, _("Internal error into hashing"));
+ exception(2, _("Internal error into hashing"));
}
for (i = 0; i < strlen(CHAINEHACHAGE); i++) {