diff options
Diffstat (limited to 'evspy-core.h')
-rw-r--r-- | evspy-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evspy-core.h b/evspy-core.h index 6b60e45..0613b9f 100644 --- a/evspy-core.h +++ b/evspy-core.h @@ -87,6 +87,7 @@ } else { \ __vp = khm_get(shm, (c)); \ if (__vp) __c = *(char *)__vp; \ + else __c = map[c]; \ } \ __c; \ }) |