Ignore:
Timestamp:
08/23/09 19:29:56 (3 years ago)
Author:
james
Message:

Really fix the previous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r1020 r1021  
    188188                        #find the element following this % 
    189189                        set substring [string range $text $current_pos end] 
    190                         if [regexp -nocase {%([a-z]+)} $text matches macro] { 
     190                        if [regexp -nocase {%([a-z]+)} $substring matches macro] { 
    191191                                bMotion_putloglev d * "macro: found macro $macro at $current_pos" 
    192192                                set plugin [bMotion_plugin_find_output "en" "" 0 10 $macro] 
Note: See TracChangeset for help on using the changeset viewer.