changeset 14148:bd34c032d4ac

gen-uni-tables: Oops, fix last commit.
author Bruno Haible <bruno@clisp.org>
date Sat, 08 Jan 2011 16:23:57 +0100
parents eb4841ce6379
children d9736adb0cbc
files lib/gen-uni-tables.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gen-uni-tables.c
+++ b/lib/gen-uni-tables.c
@@ -5191,7 +5191,7 @@
 static int64_t
 get_lbp (unsigned int ch)
 {
-  int attr = 0;
+  int64_t attr = 0;
 
   if (unicode_attributes[ch].name != NULL)
     {