summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-07-22 22:40:26 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-07-22 22:40:26 +0000
commite3a0217deab96c2d0ad315c35edb7ea699072da9 (patch)
treee169ceb656bab20c47a641b4af49f4d25db3810c /net/openh323
parent- fix WWW: line to point to HTML-Format's CPAN page (diff)
Patch has been merged into the official distribution.
Notes
Notes: svn path=/head/; revision=45373
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
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;
-