Changeset 692


Ignore:
Timestamp:
May 1, 2007 3:20:55 PM (17 years ago)
Author:
mmc
Message:

Fixed a problem with upload where extra blank lines were getting
inserted for each \r character.

File:
1 edited

Legend:

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

    r687 r692  
    403403        set _mode "ascii"
    404404        set _value ""
     405        regsub -all "\r\n" $newval "\n" newval
    405406        regsub -all "\r" $newval "\n" newval
    406407    }
Note: See TracChangeset for help on using the changeset viewer.