Changeset 881
- Timestamp:
- 02/08/08 19:55:35 (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/output.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r873 r881 349 349 #owners 350 350 set loops 0 351 351 352 while {[regexp -nocase "%OWNER\{(.*?)\}" $line matches BOOM]} { 353 set BOOM [string map {\\ \\\\ [ \\\[ ] \\\] \{ \\\{ \} \\\} $ \\\$ \" \\\" | \\\|} $BOOM] 354 352 355 incr loops 353 356 if {$loops > 10} { … … 357 360 # set line [bMotionInsertString $line "%OWNER\{$BOOM\}" [bMotionMakePossessive $BOOM]] 358 361 regsub -nocase "%OWNER\{$BOOM\}" $line [bMotionMakePossessive $BOOM] line 362 regsub -all "\\\\" $line "" line 359 363 } 360 364
