Ignore:
Timestamp:
Mar 3, 2013, 4:51:47 PM (11 years ago)
Author:
ldelgass
Message:

Don't append an extra newline to command block. Each command added to the
buffered block alreay includes a newline at the end, and data byte blocks don't
need a newline at the end. This should prevent the servers parsing empty lines.

File:
1 edited

Legend:

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

    r3421 r3422  
    10641064    incr _buffering -1
    10651065    if { $_buffering == 0 } {
    1066         append _outbuf "\n"
    10671066        SendBytes $_outbuf
    10681067        set _outbuf ""
Note: See TracChangeset for help on using the changeset viewer.