summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws/patches/patch-aa
blob: 5c1325bc147f20b5802ae3d4de58948897044f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2003/10/22 16:49:26 cube Exp $

--- src/send_message.c.orig	2003-07-22 13:16:26.000000000 +0200
+++ src/send_message.c
@@ -614,7 +614,7 @@ static void send_put_error(Session *sess
 	if (log_msg)
 		log_warning("%s\n", log_msg);
 	if (err_msg) {
-		alertpanel_error_log(err_msg);
+		alertpanel_error_log("%s", err_msg);
 		g_free(err_msg);
 	}
 }