From e3a0217deab96c2d0ad315c35edb7ea699072da9 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Sun, 22 Jul 2001 22:40:26 +0000 Subject: Patch has been merged into the official distribution. --- net/openh323/files/patch-ab | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 net/openh323/files/patch-ab (limited to 'net/openh323/files/patch-ab') diff --git a/net/openh323/files/patch-ab b/net/openh323/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/openh323/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** src/h323caps.cxx.orig Tue Jun 19 11:59:12 2001 ---- src/h323caps.cxx Tue Jun 19 12:12:18 2001 -*************** BOOL H323Capabilities::IsAllowed(const H -*** 1698,1704 **** - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 == a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - ---- 1698,1704 ---- - - BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) - { -! PAssert((a_capno1 != a_capno2),"Capabilities are the same"); - if (a_capno1 == a_capno2) - return TRUE; - -- cgit v1.2.3