| 81 char outparams[MSN_BUF_LEN]; |
81 char outparams[MSN_BUF_LEN]; |
| 82 |
82 |
| 83 if (entry == NULL || *entry == '\0') |
83 if (entry == NULL || *entry == '\0') |
| 84 g_snprintf(outparams, sizeof(outparams), "%s ", type); |
84 g_snprintf(outparams, sizeof(outparams), "%s ", type); |
| 85 else |
85 else |
| 86 g_snprintf(outparams, sizeof(outparams), "%s %s", type, entry); |
86 g_snprintf(outparams, sizeof(outparams), "%s %s", type, |
| |
87 msn_url_encode(entry)); |
| 87 |
88 |
| 88 if (!msn_servconn_send_command(session->notification_conn, |
89 if (!msn_servconn_send_command(session->notification_conn, |
| 89 "PRP", outparams)) { |
90 "PRP", outparams)) { |
| 90 |
91 |
| 91 gaim_connection_error(gc, _("Write error")); |
92 gaim_connection_error(gc, _("Write error")); |