From 710d4909f077dea7e43e09259fea23ac7f1d759e Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 11 Jun 2002 09:43:31 +0000 Subject: Fix a bug that removes a startup problem with rtpmon, namely erroring out with 'invalid command name: tcl_findLibrary'. Approved by: Bill Fenner --- mbone/rtpmon/files/patch-Tcl.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mbone/rtpmon/files/patch-Tcl.cc (limited to 'mbone') diff --git a/mbone/rtpmon/files/patch-Tcl.cc b/mbone/rtpmon/files/patch-Tcl.cc new file mode 100644 index 0000000..558a417 --- /dev/null +++ b/mbone/rtpmon/files/patch-Tcl.cc @@ -0,0 +1,10 @@ +--- Tcl.cc-- Mon Jun 10 16:59:27 2002 ++++ Tcl.cc Mon Jun 10 16:59:31 2002 +@@ -66,6 +66,7 @@ + { + instance_.tcl_ = tcl; + instance_.application_ = application; ++ Tcl_Init(tcl); + } + + void Tcl::evalf(const char* fmt, ...) -- cgit v1.1