summaryrefslogtreecommitdiffstats
path: root/byterun/fix_code.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:28:31 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:28:31 +0000
commitd7f93706ae462b9f27de36d80805fcca11a61692 (patch)
tree747fc1cc7907f9cb7bd1483409e0997b30cf075d /byterun/fix_code.c
parent2f183944fe0c296ee7671cd99dfe0562d244b3fa (diff)
Nettoyage des types de code_checksum
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1679 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fix_code.c')
-rw-r--r--byterun/fix_code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fix_code.c b/byterun/fix_code.c
index a68cb2f93..538d75b84 100644
--- a/byterun/fix_code.c
+++ b/byterun/fix_code.c
@@ -29,7 +29,7 @@
code_t start_code;
asize_t code_size;
unsigned char * saved_code;
-char code_md5[16];
+unsigned char code_md5[16];
/* Read the main bytecode block from a file */