[gaim-migrate @ 14058]

Sun, 23 Oct 2005 22:14:53 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 23 Oct 2005 22:14:53 +0000
changeset 11767
a4901984578d
parent 11766
1a2e988316e9
child 11768
b45e26d7a4c9

[gaim-migrate @ 14058]
Bleeter, does this fix the warning?

src/protocols/oscar/auth.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/auth.c	Sun Oct 23 21:57:49 2005 +0000
+++ b/src/protocols/oscar/auth.c	Sun Oct 23 22:14:53 2005 +0000
@@ -154,7 +154,7 @@
 	fu8_t *password_encoded;
 
 	passwdlen = strlen(password);
-	if (!(password_encoded = (char *)malloc(passwdlen+1)))
+	if (!(password_encoded = (fu8_t *)malloc(passwdlen+1)))
 		return -ENOMEM;
 	if (passwdlen > MAXICQPASSLEN)
 		passwdlen = MAXICQPASSLEN;

mercurial