Ignore:
Timestamp:
May 12, 2007, 3:39:48 PM (17 years ago)
Author:
mmc
Message:

Oops! Goofed up the "string is double" test when adding -strict.

File:
1 edited

Legend:

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

    r730 r732  
    349349                set nv $value
    350350            }
    351             if {![string is -strict double $nv]
     351            if {![string is double -strict $nv]
    352352                  || [regexp -nocase {^(inf|nan)$} $nv]} {
    353353                error "Value out of range"
Note: See TracChangeset for help on using the changeset viewer.