Changeset 20536
- Timestamp:
- 10/03/08 01:50:39 (3 months ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 2 modified
-
com/txt_nifty/sketch/flmml/MML.as (modified) (1 diff)
-
flmml.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MML.as
r20421 r20536 489 489 idx = str.indexOf(id0); 490 490 while(idx >= 0) { 491 str = str.substring(0, idx) + valArr[i] +str.substring(idx + id0.length);491 str = str.substring(0, idx) + str.substring(idx + id0.length); 492 492 idx = str.indexOf(id0, idx); 493 493 warning(MWarning.RECURSIVE_MACRO, id0);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)