diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-13 22:39:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-13 22:39:39 +0000 |
commit | 2feeec5df7bfb29e224fe46a0c160652137b0875 (patch) | |
tree | 26ee198575ee84631188b45558621c497eb45e4e /www/dillo2/files | |
parent | o New port seda version 3.0: An Architecture for Highly Concurrent (diff) |
- Update to 0.8.4
PR: ports/76172
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=126366
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 420a043fdf91..000000000000 --- 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); |