Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 6d279161fa2362f6552eda5ade40eac99348626b35f0a23b01b5d0d3e577cbe8
Ticket: a16b1095974e071d294ccbc0cf4671148bddab76
Error in mime.tcl
User & Date: plumsli 2018-07-31 02:51:35
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    There is an error on line 674 in mime.tcl:
    if {(!$blankP) && ([string last \r $line] == {$x - 1})} {
    
    should be
    
    if {(!$blankP) && ([string last \r $line] == [expr {$x - 1}])} {
    
  5. foundin changed to: "1.19"
  6. is_private changed to: "0"
  7. login: "plumsli"
  8. priority changed to: "5 Medium"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "plumsli"
  13. subsystem changed to: "mime"
  14. title changed to: "Error in mime.tcl"
  15. type changed to: "Bug"