summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
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++) {