From 1952a6678bc89094927cf31961c43bd4d2b94fc8 Mon Sep 17 00:00:00 2001 From: Joseph Koshy 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/rtpmon/files/patch-Tcl.cc') diff --git a/mbone/rtpmon/files/patch-Tcl.cc b/mbone/rtpmon/files/patch-Tcl.cc new file mode 100644 index 000000000000..558a417c31d5 --- /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.2.3