Changeset 3354 for code/branches/resource
- Timestamp:
- Jul 26, 2009, 3:23:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/core/TclBind.cc
r3353 r3354 161 161 try 162 162 { 163 std::string output = TclBind::getInstance().interpreter_->eval( tclcode);163 std::string output = TclBind::getInstance().interpreter_->eval("uplevel #0 " + tclcode); 164 164 if (output != "") 165 165 {
Note: See TracChangeset
for help on using the changeset viewer.