--- a/libpurple/protocols/myspace/myspace.c Wed Apr 17 20:16:47 2013 +0200 +++ b/libpurple/protocols/myspace/myspace.c Wed Apr 17 22:16:09 2013 +0200 @@ -1842,11 +1842,11 @@ gchar *suggestion; suggestion = g_strdup_printf(_("%s Your password is " - "%zu characters, which is longer than the " + "%" G_GSIZE_FORMAT " characters, which is longer than the " "maximum length of %d. Please shorten your " "password at http://profileedit.myspace.com/index.cfm?fuseaction=accountSettings.changePassword and try again."), full_errmsg, - strlen(purple_account_get_password(session->account)), + (gsize)strlen(purple_account_get_password(session->account)), MSIM_MAX_PASSWORD_LENGTH); /* Replace full_errmsg. */