Changeset 4454 for trunk/base


Ignore:
Timestamp:
Jan 5, 2004, 2:53:17 AM (20 years ago)
Author:
jkh
Message:

Fix weirdness in options_proc where a local shadowed a global. This fixes
the ldelete call in the variant of the new port of ethereal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portutil.tcl

    r4453 r4454  
    168168
    169169proc option_proc {option args} {
    170     global option_procs $option
     170    global option_procs
    171171    eval "lappend option_procs($option) $args"
    172172    # Add a read trace to the variable, as the option procedures have no access to reads
Note: See TracChangeset for help on using the changeset viewer.