mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
da7dbb2aab
PR: 16485 Submitted by: maintainer
12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
--- 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();
|