From 5b5b95ac5491fc2fd42e6f33216426a5ef97839f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 8 Jan 2011 16:23:57 +0100 Subject: [PATCH] gen-uni-tables: Oops, fix last commit. --- lib/gen-uni-tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c index 8ad962265..f6796f71a 100644 --- a/lib/gen-uni-tables.c +++ b/lib/gen-uni-tables.c @@ -5191,7 +5191,7 @@ enum static int64_t get_lbp (unsigned int ch) { - int attr = 0; + int64_t attr = 0; if (unicode_attributes[ch].name != NULL) { -- 2.11.0