tags 607737 + patch
kthxbye

I can reproduce this problem on amd64.  With the attached patch, the
numconv example works as intended.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur libuninum.old/unicode.h libuninum-2.7/unicode.h
--- libuninum.old/unicode.h	2010-12-21 21:35:42.000000000 +0000
+++ libuninum-2.7/unicode.h	2010-12-21 21:36:04.000000000 +0000
@@ -1,4 +1,4 @@
-typedef unsigned long	UTF32;	/* at least 32 bits */
+typedef unsigned int	UTF32;	/* at least 32 bits */
 typedef unsigned short	UTF16;	/* at least 16 bits */
 typedef unsigned short	UCS2;	/* at least 16 bits */
 typedef unsigned char	UTF8;	/* 8 bits */

Attachment: signature.asc
Description: Digital signature

Reply via email to