summaryrefslogtreecommitdiff
path: root/www/dillo/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/dillo/patches/patch-ac')
-rw-r--r--www/dillo/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/dillo/patches/patch-ac b/www/dillo/patches/patch-ac
new file mode 100644
index 00000000000..6290dea358f
--- /dev/null
+++ b/www/dillo/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.6 2005/01/10 21:54:36 adrianp Exp $
+
+--- src/capi.c.orig 2005-01-10 21:48:03.000000000 +0000
++++ src/capi.c 2005-01-10 21:50:42.000000000 +0000
+@@ -492,9 +492,9 @@
+ a_Chain_bcb(OpStop, Info, conn->url, NULL);
+
+ } else if (strcmp(Data2, "send_status_message") == 0) {
+- a_Interface_msg(conn->bw, Data1);
++ a_Interface_msg(conn->bw, "%s", Data1);
+ } else if (strcmp(Data2, "chat") == 0) {
+- a_Interface_msg(conn->bw, Data1);
++ a_Interface_msg(conn->bw, "%s", Data1);
+ a_Bookmarks_chat_add(NULL, NULL, Data1);
+ } else if (strcmp(Data2, "dialog") == 0) {
+ a_Dpiapi_dialog(conn->bw, conn->server, Data1);