# HG changeset patch # User Eric Warmenhoven # Date 992649237 0 # Node ID 199ba82faacbb92cc42e390c7fbe46c7c287f57e # Parent d94c82b32b06ab9d552a43d9987b39ed7a4c49c5 [gaim-migrate @ 2032] WHOOPS committer: Tailor Script diff -r d94c82b32b06 -r 199ba82faacb src/gtkimhtml.c --- a/src/gtkimhtml.c Fri Jun 15 08:07:46 2001 +0000 +++ b/src/gtkimhtml.c Fri Jun 15 23:53:57 2001 +0000 @@ -2380,8 +2380,8 @@ *replace = '®'; *length = 5; } else if (*(string + 1) == '#') { - gint pound = 0; - if (sscanf (string, "&#%d;", £) == 1) { + guint pound = 0; + if (sscanf (string, "&#%u;", £) == 1) { if (*(string + 3 + (gint)log10 (pound)) != ';') return FALSE; *replace = (gchar)pound;