libpurple/protocols/msn/notification.c

branch
cpw.qulogic.msnp16
changeset 29446
2a1030761e57
parent 29445
3ffef687de8a
child 29447
ecb00abe953f
--- a/libpurple/protocols/msn/notification.c	Tue Dec 15 02:05:32 2009 +0000
+++ b/libpurple/protocols/msn/notification.c	Tue Dec 15 03:22:18 2009 +0000
@@ -1700,7 +1700,7 @@
 				clientNode = xmlnode_get_child(epNode, "ClientType");
 				if (clientNode != NULL) {
 					tmp = xmlnode_get_data(clientNode);
-					ep->type = strtoul(tmp, 10, NULL);
+					ep->type = strtoul(tmp, NULL, 10);
 					g_free(tmp);
 				}
 			}

mercurial