diff options
Diffstat (limited to 'net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch')
-rw-r--r-- | net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch b/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch deleted file mode 100644 index e7d22b254ff5..000000000000 --- a/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- capiinfo.cpp.orig 2005-08-06 14:13:17.763338743 +0200 -+++ capiinfo.cpp 2005-08-06 14:16:33.362368161 +0200 -@@ -100,7 +100,7 @@ - std::cout << "incomming call from :" << cmsg.CallingPartyNumber << std::endl; - #endif - std::string callingPartyNumber((char *) cmsg.CallingPartyNumber); -- CONNECT_RESP(&cmsg, m_wApplId, m_wIntNr++, cmsg.adr.adrController, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0); -+ CONNECT_RESP(&cmsg, m_wApplId, m_wIntNr++, cmsg.adr.adrController, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0); - if (CAPI_PUT_CMSG(&cmsg) != CapiNoError) - throw capiError("CONNECT_RESP failed..."); - //cut header from number (2 chars) if there is a number - leading 0 ist missing |