Mercurial > pidgin
changeset 24328:6c6edb71035d
merge of '37145f1b4ec49b432ea571f96562d44f4c5a908e'
and '61ca2fe9d6a8984b52d59c8692a78c71a00fb443'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 29 Oct 2008 22:06:50 +0000 |
parents | b6dc71133eb8 (diff) 1335376ba33f (current diff) |
children | f498f5a5f501 882a1c4c11b4 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c Wed Oct 29 19:38:14 2008 +0000 +++ b/pidgin/gtkimhtml.c Wed Oct 29 22:06:50 2008 +0000 @@ -1974,7 +1974,7 @@ pos = strchr (t->values->str, *x); if (pos) - t = t->children [(unsigned int) pos - (unsigned int) t->values->str]; + t = t->children [pos - t->values->str]; else return;