diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-07-22 22:40:26 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-07-22 22:40:26 +0000 |
commit | e3a0217deab96c2d0ad315c35edb7ea699072da9 (patch) | |
tree | e169ceb656bab20c47a641b4af49f4d25db3810c /net/opal3 | |
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/opal3')
-rw-r--r-- | net/opal3/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/opal3/files/patch-ab b/net/opal3/files/patch-ab deleted file mode 100644 index 61f7fc76c7e9..000000000000 --- a/net/opal3/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; - |