diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-02-05 00:17:56 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-02-05 00:17:56 +0000 |
commit | da7dbb2aab4ef551b74b9bc46cdeaeee66cd0c53 (patch) | |
tree | 6b599be9bd2a980413d162f02873762182419435 /irc/kvirc/files/patch-ad | |
parent | Enable support for RadioTrack radio cards. (diff) |
Upgrade to version 1.0.0
PR: 16485
Submitted by: maintainer
Diffstat (limited to 'irc/kvirc/files/patch-ad')
-rw-r--r-- | irc/kvirc/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/kvirc/files/patch-ad b/irc/kvirc/files/patch-ad new file mode 100644 index 000000000000..386d7f4d8190 --- /dev/null +++ b/irc/kvirc/files/patch-ad @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_dcc_send.cpp Sat Dec 18 08:29:12 1999 ++++ src/kvirc/kvi_dcc_send.cpp.new Sat Jan 29 17:47:32 2000 +@@ -770,7 +770,7 @@ + kvi_threadTestCancel(); + + dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); +- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); ++ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); + g_pThreadEventDispatcher->postEvent(e,dcc->dccSendParent); + + kvi_threadTestCancel(); |