From 655f3b2663b9909656b896cf47ad949b4e9644a8 Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 11:27:52 +0000 Subject: *** empty log message *** --- lib/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hash.c') 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++) { -- cgit v1.2.3