summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-Tcl.cpp
blob: 881919b5448f91960bd51f6359fee378122a3eca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Tcl.cpp.org	Mon May  7 15:55:17 2001
+++ Tcl.cpp	Mon May  7 15:55:34 2001
@@ -66,6 +66,7 @@
 {
 	instance_.tcl_ = tcl;
 	instance_.application_ = application;
+	Tcl_Init(tcl);
 }
 
 void Tcl::evalc(const char* s)