diff options
Diffstat (limited to 'www/dillo2/files')
-rw-r--r-- | www/dillo2/files/patch-src-capi.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/dillo2/files/patch-src-capi.c b/www/dillo2/files/patch-src-capi.c deleted file mode 100644 index 420a043..0000000 --- a/www/dillo2/files/patch-src-capi.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/capi.c.orig Fri Jan 7 19:35:29 2005 -+++ src/capi.c Fri Jan 7 19:37:29 2005 -@@ -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); |