pidgin: 74d13e30: Doh, small typo. Tests pass now. Yay.
markdoliner at pidgin.im
markdoliner at pidgin.im
Fri Jul 10 20:10:27 EDT 2009
-----------------------------------------------------------------
Revision: 74d13e30ade39288f6fefe62085de0b5aaf95772
Ancestor: 015071cfc67540c35cc4a2c76f3d4b6c955464c9
Author: markdoliner at pidgin.im
Date: 2009-07-11T00:05:43
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/74d13e30ade39288f6fefe62085de0b5aaf95772
Modified files:
libpurple/protocols/jabber/jutil.c
ChangeLog:
Doh, small typo. Tests pass now. Yay.
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jutil.c 9f7390ba07a0f4af05f8d605655f7dbb10e171ec
+++ libpurple/protocols/jabber/jutil.c bed5819ef2f175d079fba12a95e9625032cb8cdb
@@ -73,7 +73,7 @@ gboolean jabber_nameprep_validate(const
while(c && *c) {
gunichar ch = g_utf8_get_char(c);
/* The list of characters allowed in domain names is pretty small */
- if (!( (ch >= 'a' && *c <= 'z')
+ if (!( (ch >= 'a' && ch <= 'z')
|| (ch >= '0' && ch <= '9')
|| (ch >= 'A' && ch <= 'Z')
|| ch == '.'
More information about the Commits
mailing list