diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /irc/kvirc-devel/files/patch-ae | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'irc/kvirc-devel/files/patch-ae')
-rw-r--r-- | irc/kvirc-devel/files/patch-ae | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/irc/kvirc-devel/files/patch-ae b/irc/kvirc-devel/files/patch-ae deleted file mode 100644 index 4731b0a8c1ae..000000000000 --- a/irc/kvirc-devel/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- src/kvirc/kvi_dcc_voice.cpp Sat Dec 18 08:29:36 1999 -+++ src/kvirc/kvi_dcc_voice.cpp.new Sat Jan 29 22:01:29 2000 -@@ -323,7 +323,7 @@ - static int fmt=KVI_FORMAT; - if(ioctl(dcc->soundFd,SNDCTL_DSP_SETFMT,&fmt)<0)return KVI_ERROR_CanNotInitializeSoundCard; - static int chans=KVI_NUM_CHANNELS; -- if(ioctl(dcc->soundFd,SNDCTL_DSP_CHANNELS,&chans)<0)return KVI_ERROR_CanNotInitializeSoundCard; -+ if (ioctl(dcc->soundFd, SNDCTL_DSP_STEREO, &chans)<0) return KVI_ERROR_CanNotInitializeSoundCard; - static int speed=KVI_SPEED; - if(ioctl(dcc->soundFd,SNDCTL_DSP_SPEED,&speed)<0)return KVI_ERROR_CanNotInitializeSoundCard; - return KVI_ERROR_Success; -@@ -905,7 +905,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->dccVoiceParent); - - kvi_threadTestCancel(); |