Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3354


Ignore:
Timestamp:
Jul 26, 2009, 3:23:27 AM (15 years ago)
Author:
landauf
Message:

fixed a scoping problem with the tcl console-command (due to a nested tcl-call)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/core/TclBind.cc

    r3353 r3354  
    161161            try
    162162            {
    163                 std::string output = TclBind::getInstance().interpreter_->eval(tclcode);
     163                std::string output = TclBind::getInstance().interpreter_->eval("uplevel #0 " + tclcode);
    164164                if (output != "")
    165165                {
Note: See TracChangeset for help on using the changeset viewer.