Changeset 5128 for trunk/gui


Ignore:
Timestamp:
Mar 14, 2015, 12:03:32 AM (10 years ago)
Author:
ldelgass
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/visviewer.tcl

    r5127 r5128  
    465465    }
    466466    set _buffer(out) $bytes
    467     if {_blockOnWrite} {
     467    if {$_blockOnWrite} {
    468468        # Let's try this approach: allow a write to block so we don't
    469469        # re-enter SendBytes
Note: See TracChangeset for help on using the changeset viewer.