1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/net/openh323/files/patch-src-h323pluginmgr-cxx
Rong-En Fan 59148f4e81 - Update to 1.19.0.1
PR:		ports/119376
Submitted by:	Steve Ames <steve at energistic.com> (maintainer)
2008-03-01 07:25:16 +00:00

14 lines
589 B
Plaintext

diff -ruN src/h323pluginmgr.cxx.orig src/h323pluginmgr.
cxx
--- src/h323pluginmgr.cxx.orig 2005-08-05 13:11:03.000000000 -0400
+++ src/h323pluginmgr.cxx 2007-12-31 15:04:53.000000000 -0500
@@ -1305,7 +1305,7 @@
PTRACE(4, "H323PLUGIN\tCannot instantiate static codec plugin " << *r);
} else {
PTRACE(4, "H323PLUGIN\tLoading static codec plugin " << *r);
- RegisterStaticCodec(*r, instance->Get_GetAPIFn(), instance->Get_GetCodecFn());
+ RegisterStaticCodec(r->c_str(), instance->Get_GetAPIFn(), instance->Get_GetCodecFn());
}
}
}