Changeset 7632 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 04/11/06 16:15:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLogHtml.cc
r7409 r7632 124 124 } 125 125 126 fOut->write(str, len); 126 TString txt(str); 127 128 txt.ReplaceAll(">", ">"); 129 txt.ReplaceAll("<", "<"); 130 131 fOut->write(txt.Data(), len); 127 132 if (fUnderline) 128 133 {
Note:
See TracChangeset
for help on using the changeset viewer.