From e52241d2cef8bc3de8b42ba0e6da944a5190d7c3 Mon Sep 17 00:00:00 2001 From: IntelliJ User Date: Mon, 26 Aug 2019 15:51:12 +0300 Subject: [PATCH] one more fix to #8 --- runtime/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/runtime.c b/runtime/runtime.c index da35cd710..a9e51ad70 100644 --- a/runtime/runtime.c +++ b/runtime/runtime.c @@ -66,7 +66,7 @@ char* de_hash (int n) { static char *chars = (char*) BOX (NULL); static char buf[6] = {0,0,0,0,0,0}; char *p = (char *) BOX (NULL); - chars = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNJPQRSTUVWXYZ"; + chars = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; p = &buf[5]; #ifdef DEBUG_PRINT