Changeset 273


Ignore:
Timestamp:
09/19/03 04:44:28 (8 years ago)
Author:
jamesoff
Message:

fixed %OWNER{} properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r272 r273  
    251251  #owners 
    252252  set loops 0 
    253   while {[regexp -nocase "%OWNER\{(.+?)\}" $line matches BOOM]} { 
     253  while {[regexp -nocase "%OWNER\{(.*?)\}" $line matches BOOM]} { 
    254254    incr loops 
    255255    if {$loops > 10} { 
Note: See TracChangeset for help on using the changeset viewer.