From 3a39cd4cd22e345733ba225e7a4c0b6eecdad7df Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Wed, 9 Feb 2011 21:01:47 +0000 Subject: [PATCH] Fix inaccurate comment. --- src/util/crypto_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c index 0cbc4289c..88c7ddd19 100644 --- a/src/util/crypto_hash.c +++ b/src/util/crypto_hash.c @@ -252,7 +252,7 @@ getValue__ (unsigned char a) * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather * GNUnet specific. It was chosen such that it only uses characters * in [0-9A-V], can be produced without complex arithmetics and uses a - * small number of characters. The GNUnet encoding uses 102 + * small number of characters. The GNUnet encoding uses 103 * characters plus a null terminator. * * @param block the hash code -- 2.25.1