summaryrefslogtreecommitdiff
path: root/rufl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'rufl_internal.h')
-rw-r--r--rufl_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rufl_internal.h b/rufl_internal.h
index 5eb4989..6394722 100644
--- a/rufl_internal.h
+++ b/rufl_internal.h
@@ -51,7 +51,7 @@ struct rufl_unicode_map {
/** Number of valid entries in u and c. */
unsigned int entries;
/** Map from Unicode to character code. */
- struct rufl_unicode_map_entry map[224];
+ struct rufl_unicode_map_entry map[256];
};
@@ -156,7 +156,7 @@ unsigned int rufl_substitution_lookup(unsigned int c);
}
#define rufl_CACHE "<Wimp$ScrapDir>.RUfl_cache"
-#define rufl_CACHE_VERSION 1
+#define rufl_CACHE_VERSION 2
struct rufl_glyph_map_entry {