# HG changeset patch # User Mark Doliner # Date 1130105693 0 # Node ID 8c3a139e8eb36961a7df967f5c2fdfd260a8e0f5 # Parent fa78d6b8ec7d551baf132855a90d685ef0e58a53 [gaim-migrate @ 14058] Bleeter, does this fix the warning? committer: Tailor Script diff -r fa78d6b8ec7d -r 8c3a139e8eb3 src/protocols/oscar/auth.c --- 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;