summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/utils/hexa.cc
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/utils/hexa.cc')
-rw-r--r--2004/i/nono/src/utils/hexa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/utils/hexa.cc b/2004/i/nono/src/utils/hexa.cc
index 8a68aab..247b44c 100644
--- a/2004/i/nono/src/utils/hexa.cc
+++ b/2004/i/nono/src/utils/hexa.cc
@@ -57,7 +57,7 @@ hex2digit (char c)
/// Converti un chiffre (0-15) en hexa (0-9a-f).
char
-digit2hex (char d)
+digit2hex (int d)
{
return digit2hexTbl_[d];
}